From a9d7623a4c2e43e96f08adb68b34ef506e0e9b2d Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 1 Apr 2020 19:22:02 +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 d018f096..d3b0cc90 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.7.1" +version = "0.7.2" authors = ["Felix Krull"] license = "MIT"