From 826fce6203903d82a1c948b0ec33bc128824c504 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Oct 2019 13:57:40 +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 b6a1e5e..d7bd888 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.2.2" +version = "0.2.3" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."