From ccc3b5780b9852b607d5dfec4773bcfc0cb30933 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 19 Oct 2019 23:31:22 +0100 Subject: [PATCH] Bump rust version --- 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 996bde7..b6a1e5e 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.2.1" +version = "0.2.2" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."