Un-bump versions
This commit is contained in:
parent
361bf102dc
commit
8c5094d6fb
|
|
@ -39,4 +39,4 @@ name = "libostree_sys"
|
|||
build = "build.rs"
|
||||
links = "ostree"
|
||||
name = "libostree-sys"
|
||||
version = "0.2.0"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "libostree"
|
||||
version = "0.2.0"
|
||||
version = "0.1.0"
|
||||
|
||||
[lib]
|
||||
name = "libostree"
|
||||
|
|
@ -14,7 +14,7 @@ gio = "0.5"
|
|||
glib-sys = "0.7"
|
||||
gobject-sys = "0.7"
|
||||
gio-sys = "0.7"
|
||||
libostree-sys = { path = "../libostree-sys" }
|
||||
libostree-sys = { version = "0.1", path = "../libostree-sys" }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
|
|
|||
Loading…
Reference in New Issue