From 77f7144b132763baf5016f48c1159c963b1035b2 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 15 Sep 2022 15:39:05 -0400 Subject: [PATCH] Release 0.8.5 --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index eb9b039b..0e2c8fd4 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.8.4" +version = "0.8.5" [dependencies] anyhow = "1.0"