summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Bruno <luca.bruno@coreos.com>2022-10-28 07:26:08 +0000
committerGitHub <noreply@github.com>2022-10-28 07:26:08 +0000
commitd731ee804de4949afaff106c8c47062e88aeb603 (patch)
treed208679eb6f93953eeeee8848e1d92878d520632
parent2c8977443c7fc30fba4c1cf86efc5d5237644db4 (diff)
parent33cf347117cebd40fd1de1d6077944d4451239c7 (diff)
downloadostree-sys-v0.11.0.tar.gz
Merge pull request #2749 from lucab/ups/cargo-releasesv0.16.0ostree-sys-v0.11.0
cargo: prepare ostree 0.16.0 and ostree-sys 0.11.0
-rw-r--r--Cargo.toml4
-rw-r--r--rust-bindings/sys/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ddda1a88..a681ab4c 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.15.0"
+version = "0.16.0"
exclude = [
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
@@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"]
bitflags = "1.2.1"
cap-std = { version = "0.25", optional = true}
io-lifetimes = { version = "0.7", optional = true}
-ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.10.0" }
+ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.11.0" }
gio = "0.15"
glib = "0.15"
hex = "0.4.2"
diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml
index 497cb4e9..f2cc5fbd 100644
--- a/rust-bindings/sys/Cargo.toml
+++ b/rust-bindings/sys/Cargo.toml
@@ -82,7 +82,7 @@ license = "MIT"
links = "ostree-1"
name = "ostree-sys"
repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.10.0"
+version = "0.11.0"
edition = "2021"
[package.metadata.docs.rs]
features = ["dox"]