sys: Release 0.9.0
Should have been bumped in the previous commit.
This commit is contained in:
parent
09ef16fdbf
commit
2bfbfe3c6f
|
|
@ -29,7 +29,7 @@ members = [".", "sys"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
|
ffi = { package = "ostree-sys", path = "sys", version = "0.9" }
|
||||||
gio = "0.14"
|
gio = "0.14"
|
||||||
glib = "0.14.4"
|
glib = "0.14.4"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,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.8.2"
|
version = "0.9.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = ["dox"]
|
features = ["dox"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue