From 96679e8bf5c047e70efb2e48eeedcbaf935f6cc9 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 12 Oct 2019 22:51:36 +0100 Subject: [PATCH] Bump Rust version to 0.2.0 --- implementations/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/rust/Cargo.toml b/implementations/rust/Cargo.toml index 7263dec..273eeba 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.1.3" +version = "0.2.0" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."