diff --git a/Cargo.lock b/Cargo.lock index fdd7cab..4608871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -300,7 +300,7 @@ checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae" [[package]] name = "libips" -version = "0.0.2-placeholder" +version = "0.1.0" dependencies = [ "failure", "maplit 0.1.6", diff --git a/libips/Cargo.toml b/libips/Cargo.toml index 9c14e2e..ab93cd9 100644 --- a/libips/Cargo.toml +++ b/libips/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "libips" -version = "0.0.2-placeholder" +version = "0.1.0" authors = ["Till Wegmueller "] edition = "2018" license-file = "LICENSE" diff --git a/pkg6dev/Cargo.toml b/pkg6dev/Cargo.toml index 12a8f1c..2d5d149 100644 --- a/pkg6dev/Cargo.toml +++ b/pkg6dev/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["packaging", "illumos"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libips = {path = "../libips"} +libips = {path = "../libips", version = "0.1.0"} failure = "0.1.8" failure_derive = "0.1.8" clap = "~3.0.0-beta.2" \ No newline at end of file