From 402aa7d1e59056532167e10a5bf5e5225c2fdc16 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 19 Apr 2022 11:41:34 -0400 Subject: [PATCH] Release 0.7.1 --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 78621e0e..18c3052a 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "ostree-ext" readme = "README.md" repository = "https://github.com/ostreedev/ostree-rs-ext" -version = "0.7.0" +version = "0.7.1" [dependencies] anyhow = "1.0"