From 00428b33e56b3076bb13a0fe01787406e1362e7c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 29 Apr 2024 09:51:13 -0400 Subject: [PATCH] Release 0.13.4 A few improvements, most notably handling for zstd. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7edc50d1..742abf2b 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.13.3" +version = "0.13.4" rust-version = "1.74.0" [dependencies]