From 275d9e73b1994b253355bf5e3f0fa149d93c93d0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 15 Jun 2020 16:04:41 +0200 Subject: [PATCH] Bump 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 52126f8..50fe818 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.6.1" +version = "0.7.0" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."