Bump versions
This commit is contained in:
parent
900973b61f
commit
b526f51165
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ostree"
|
name = "ostree"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
authors = ["Felix Krull"]
|
authors = ["Felix Krull"]
|
||||||
|
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
@ -40,7 +40,7 @@ glib-sys = "0.10.0"
|
||||||
gobject-sys = "0.10.0"
|
gobject-sys = "0.10.0"
|
||||||
gio-sys = "0.10.0"
|
gio-sys = "0.10.0"
|
||||||
once_cell = "1.4.0"
|
once_cell = "1.4.0"
|
||||||
ostree-sys = { version = "0.7.0", path = "sys" }
|
ostree-sys = { version = "0.7.1", path = "sys" }
|
||||||
radix64 = "0.6.2"
|
radix64 = "0.6.2"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
thiserror = "1.0.20"
|
thiserror = "1.0.20"
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ license = "MIT"
|
||||||
links = "ostree-1"
|
links = "ostree-1"
|
||||||
name = "ostree-sys"
|
name = "ostree-sys"
|
||||||
repository = "https://gitlab.com/fkrull/ostree-rs"
|
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["dox"]
|
features = ["dox"]
|
||||||
[package.metadata.system-deps.ostree_1]
|
[package.metadata.system-deps.ostree_1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue