From 013c5f4daeac06d353d236626b68d4ab070b83a7 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 29 Jan 2021 13:53:49 +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 d011877..49f7b51 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.10.0" +version = "0.11.0" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."