mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Bump versions
The glib 0.14 change is semver incompatible.
This commit is contained in:
parent
8a5ac02822
commit
04a42dff1e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ostree"
|
||||
version = "0.11.0"
|
||||
version = "0.12.0"
|
||||
authors = ["Felix Krull"]
|
||||
edition = "2018"
|
||||
|
||||
@ -41,7 +41,7 @@ glib-sys = "0.14.0"
|
||||
gobject-sys = "0.14.0"
|
||||
gio-sys = "0.14.0"
|
||||
once_cell = "1.4.0"
|
||||
ffi = { package = "ostree-sys", path = "sys" }
|
||||
ffi = { package = "ostree-sys", path = "sys", version = "0.8.0" }
|
||||
radix64 = "0.6.2"
|
||||
hex = "0.4.2"
|
||||
thiserror = "1.0.20"
|
||||
|
@ -70,10 +70,12 @@ license = "MIT"
|
||||
links = "ostree-1"
|
||||
name = "ostree-sys"
|
||||
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["dox"]
|
||||
|
||||
[package.metadata.system-deps.ostree_1]
|
||||
name = "ostree-1"
|
||||
version = "0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user