mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
rust: Bump semver
Since we did a bunch of API changes due to nullability and other introspection cleanups.
This commit is contained in:
parent
e962c2f352
commit
3f27cff6cb
@ -9,7 +9,7 @@ name = "ostree"
|
||||
readme = "rust-bindings/README.md"
|
||||
repository = "https://github.com/ostreedev/ostree"
|
||||
rust-version = "1.63.0"
|
||||
version = "0.17.1"
|
||||
version = "0.18.0"
|
||||
|
||||
exclude = [
|
||||
"/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff",
|
||||
@ -42,7 +42,7 @@ base64 = "0.20.0"
|
||||
bitflags = "1.2.1"
|
||||
cap-std = { version = "1.0", optional = true}
|
||||
io-lifetimes = { version = "1.0", optional = true}
|
||||
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.12.0" }
|
||||
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.13.0" }
|
||||
gio = "0.16"
|
||||
glib = "0.16"
|
||||
hex = "0.4.2"
|
||||
|
@ -84,7 +84,7 @@ license = "MIT"
|
||||
links = "ostree-1"
|
||||
name = "ostree-sys"
|
||||
repository = "https://github.com/ostreedev/ostree-rs"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
edition = "2021"
|
||||
[package.metadata.docs.rs]
|
||||
features = ["dox"]
|
||||
|
Loading…
Reference in New Issue
Block a user