diff --git a/implementations/rust/preserves-schema/Cargo.toml b/implementations/rust/preserves-schema/Cargo.toml index a247ac3..1e5c3b1 100644 --- a/implementations/rust/preserves-schema/Cargo.toml +++ b/implementations/rust/preserves-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves-schema" -version = "0.2.0" +version = "0.3.0" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of Preserves Schema code generation and support for Rust." @@ -9,7 +9,7 @@ repository = "https://gitlab.com/preserves/preserves" license = "Apache-2.0" [dependencies] -preserves = { path = "../preserves", version = "0.15.0" } +preserves = { path = "../preserves", version = "0.16.0" } convert_case = "0.4.0" glob = "0.3.0" diff --git a/implementations/rust/preserves/Cargo.toml b/implementations/rust/preserves/Cargo.toml index 09a32a7..99dc85c 100644 --- a/implementations/rust/preserves/Cargo.toml +++ b/implementations/rust/preserves/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.15.0" +version = "0.16.0" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."