From da2a6d44d1e4aacc9412fa4dae2d41990e12e8c5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 20 Sep 2019 21:43:18 +0100 Subject: [PATCH] Bump patch 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 bcb54e2..7263dec 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "preserves" -version = "0.1.2" +version = "0.1.3" authors = ["Tony Garnock-Jones "] edition = "2018" description = "Implementation of the Preserves serialization format via serde."