diff --git a/Cargo.lock b/Cargo.lock index 25b6a32..62e513f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "upf" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 794c389..6ba75ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "upf" -version = "0.1.1" +version = "0.2.0" edition = "2024" description = "Rust library for reading UPF text into typed structs and writing validated UpfData back to UPF" license = "MIT OR Apache-2.0"