Bump versions
This commit is contained in:
parent
f0ef98a71a
commit
59f9b69989
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ostree"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = ["Felix Krull"]
|
||||
|
||||
license = "MIT"
|
||||
|
|
@ -42,7 +42,7 @@ gio = "0.7.0"
|
|||
glib-sys = "0.9.0"
|
||||
gobject-sys = "0.9.0"
|
||||
gio-sys = "0.9.0"
|
||||
ostree-sys = { version = "0.5.0", path = "sys" }
|
||||
ostree-sys = { version = "0.5.1", path = "sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "1.0.1"
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ license = "MIT"
|
|||
links = "ostree-1"
|
||||
name = "ostree-sys"
|
||||
repository = "https://gitlab.com/fkrull/ostree-rs"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
|
||||
["package.metadata.docs.rs"]
|
||||
features = ["dox", "v2019_4"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue