From b9aba35d393a2d4e40b23f78a253b6e0470aef43 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 29 May 2020 11:08:33 +0200 Subject: [PATCH] New release --- 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 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."