diff --git a/implementations/rust/Cargo.toml b/implementations/rust/Cargo.toml index a678e15..52126f8 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.6.0" +version = "0.6.1" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."