From 7b3d71fc64fc408cc28357e8b9f44f059e5e04d7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 3 Jan 2024 09:10:06 -0500 Subject: [PATCH] lib: Bump semver Prep for more (minor) API breaking changes. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 93527b86..4c80c5a7 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.12.8" +version = "0.13.0" rust-version = "1.70.0" [dependencies]