From b87c8a8e23b77553e7888bb484cddea9fcf5e7b5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 23 Jun 2022 14:56:30 -0400 Subject: [PATCH] rust: Bump semver to 0.15 Prep for some breaking changes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b6cce6a..f4544b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" -version = "0.14.0" +version = "0.15.0" exclude = [ "/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",