From d12b506f8666c06065166db4db616ca2a3d23206 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 29 May 2019 00:12:40 +0200 Subject: [PATCH] Bump version --- rust-bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index c9f6c0c6..e0ad1322 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.3.0" +version = "0.3.1" authors = ["Felix Krull"] license = "MIT"