From 066e4d99bb441d60c503eb493ff4058969851ef5 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Thu, 24 Feb 2022 09:02:19 +0000 Subject: [PATCH] ostree-ext: release 0.6.4 --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index a89face5..b8f7ca39 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.6.3" +version = "0.6.4" [dependencies] anyhow = "1.0"