Un-bump versions

This commit is contained in:
Felix Krull 2018-10-14 15:07:15 +02:00 committed by Colin Walters
parent 361bf102dc
commit 8c5094d6fb
2 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@ name = "libostree_sys"
build = "build.rs" build = "build.rs"
links = "ostree" links = "ostree"
name = "libostree-sys" name = "libostree-sys"
version = "0.2.0" version = "0.1.0"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libostree" name = "libostree"
version = "0.2.0" version = "0.1.0"
[lib] [lib]
name = "libostree" name = "libostree"
@ -14,7 +14,7 @@ gio = "0.5"
glib-sys = "0.7" glib-sys = "0.7"
gobject-sys = "0.7" gobject-sys = "0.7"
gio-sys = "0.7" gio-sys = "0.7"
libostree-sys = { path = "../libostree-sys" } libostree-sys = { version = "0.1", path = "../libostree-sys" }
[dev-dependencies] [dev-dependencies]
tempfile = "3" tempfile = "3"