From aecd8a35c15462e6126b9a57e97b578acebe66b6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 5 Jun 2024 17:09:15 -0400 Subject: [PATCH] Release 0.14.1 Fixes authenticated pulls; regression from https://github.com/ostreedev/ostree-rs-ext/pull/636 Signed-off-by: Colin Walters --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b5fb651c8..171055421 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.14.0" +version = "0.14.1" rust-version = "1.74.0" [dependencies]