1
0
mirror of https://github.com/ostreedev/ostree.git synced 2025-02-27 01:57:49 +03:00

Bump versions

This commit is contained in:
Felix Krull 2019-12-15 12:46:34 +01:00 committed by Colin Walters
parent 3f438a9c3f
commit 28407036b1
2 changed files with 3 additions and 3 deletions
rust-bindings/rust

@ -1,6 +1,6 @@
[package]
name = "ostree"
version = "0.6.1"
version = "0.6.2"
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.1", path = "sys" }
ostree-sys = { version = "0.5.2", path = "sys" }
[dev-dependencies]
maplit = "1.0.1"

@ -62,7 +62,7 @@ license = "MIT"
links = "ostree-1"
name = "ostree-sys"
repository = "https://gitlab.com/fkrull/ostree-rs"
version = "0.5.1"
version = "0.5.2"
["package.metadata.docs.rs"]
features = ["dox", "v2019_6"]