Merge pull request #2749 from lucab/ups/cargo-releases
cargo: prepare ostree 0.16.0 and ostree-sys 0.11.0
This commit is contained in:
commit
d731ee804d
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "ostree"
|
name = "ostree"
|
||||||
readme = "rust-bindings/README.md"
|
readme = "rust-bindings/README.md"
|
||||||
repository = "https://github.com/ostreedev/ostree"
|
repository = "https://github.com/ostreedev/ostree"
|
||||||
version = "0.15.0"
|
version = "0.16.0"
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
||||||
|
|
@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
cap-std = { version = "0.25", optional = true}
|
cap-std = { version = "0.25", optional = true}
|
||||||
io-lifetimes = { version = "0.7", 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"
|
gio = "0.15"
|
||||||
glib = "0.15"
|
glib = "0.15"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ license = "MIT"
|
||||||
links = "ostree-1"
|
links = "ostree-1"
|
||||||
name = "ostree-sys"
|
name = "ostree-sys"
|
||||||
repository = "https://github.com/ostreedev/ostree-rs"
|
repository = "https://github.com/ostreedev/ostree-rs"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["dox"]
|
features = ["dox"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue