Bump Version for release

This commit is contained in:
Till Wegmueller 2021-04-24 23:26:13 -03:00
parent 52390f7303
commit de57e52066
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -300,7 +300,7 @@ checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae"
[[package]]
name = "libips"
version = "0.0.2-placeholder"
version = "0.1.0"
dependencies = [
"failure",
"maplit 0.1.6",

View file

@ -5,7 +5,7 @@
[package]
name = "libips"
version = "0.0.2-placeholder"
version = "0.1.0"
authors = ["Till Wegmueller <till.wegmueller@openflowlabs.com>"]
edition = "2018"
license-file = "LICENSE"

View file

@ -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"