mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +03:00
Merge pull request #3035 from cgwalters/release-rust
rust/sys: Also bump semver for this
This commit is contained in:
commit
749857df67
@ -40,7 +40,7 @@ members = [".", "rust-bindings/sys"]
|
||||
[dependencies]
|
||||
base64 = "0.20.0"
|
||||
bitflags = "1.2.1"
|
||||
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.13.0" }
|
||||
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.14.0" }
|
||||
gio = "0.18"
|
||||
glib = "0.18"
|
||||
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.13.0"
|
||||
version = "0.14.0"
|
||||
edition = "2021"
|
||||
[package.metadata.docs.rs]
|
||||
features = ["dox"]
|
||||
|
Loading…
Reference in New Issue
Block a user