From c1e2fcd87849825af6bda33682bc068dfe5eebc0 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 27 Oct 2022 11:52:06 -0400 Subject: [PATCH] lib: release 0.8.9 Just two changes, one feature for better systemd logging, and one for unauthenticated fetches. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2fd55f3f..130e8870 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.8" +version = "0.8.9" [dependencies] anyhow = "1.0"