Skip to content

Commit

Permalink
Merge openebs#1096
Browse files Browse the repository at this point in the history
1096: chore(version numbers): increment all to 1.0.0 r=paulyoong a=paulyoong

Ensure all version numbers have been updated.

Co-authored-by: Paul Yoong <[email protected]>
  • Loading branch information
mayastor-bors and Paul Yoong committed Feb 16, 2022
2 parents 2ebf880 + 2e7d86c commit 6b4e69b
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "composer"
version = "0.1.0"
version = "1.0.0"
authors = ["Tiago Castro <[email protected]>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions csi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Jan Kryl <[email protected]>", "Jeffry Molanus <[email protected]"]
name = "csi"
version = "0.2.0"
version = "1.0.0"
edition = "2018"

[[bin]]
Expand All @@ -21,7 +21,7 @@ failure = "0.1.8"
futures = { version = "0.3.16", default-features = false }
glob = "0.3.0"
lazy_static = "1.4.0"
nvmeadm = { path = "../nvmeadm", version = "0.1.0" }
nvmeadm = { path = "../nvmeadm" }
proc-mounts = "0.2.4"
prost = "0.8.0"
prost-derive = "0.8.0"
Expand All @@ -30,7 +30,7 @@ regex = "1.5.4"
serde_json = "1.0.66"
snafu = "0.6.10"
sys-mount = "1.3.0"
sysfs = { path = "../sysfs", version = "0.1.0" }
sysfs = { path = "../sysfs" }
tokio = { version = "1.10.0", features = ["full"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion devinfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devinfo"
version = "0.1.0"
version = "1.0.0"
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"
name = "jsonrpc"
version = "0.1.0"
version = "1.0.0"

[dependencies]
nix = "0.22.1"
Expand Down
4 changes: 2 additions & 2 deletions mayastor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"
name = "mayastor"
version = "0.9.0"
version = "1.0.0"
default-run = "mayastor-client"

[[bin]]
Expand Down Expand Up @@ -113,5 +113,5 @@ version = "0.8.2"
[dev-dependencies]
assert_matches = "1.5.0"
composer = { path = "../composer" }
nvmeadm = {path = "../nvmeadm", version = "0.1.0"}
nvmeadm = { path = "../nvmeadm" }
run_script = "0.8.0"
2 changes: 1 addition & 1 deletion mbus-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mbus_api"
version = "0.1.0"
version = "1.0.0"
authors = ["Tiago Castro <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion nvmeadm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvmeadm"
version = "0.1.0"
version = "1.0.0"
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc"
version = "0.1.0"
version = "1.0.0"
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion spdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "spdk-sys"
description = "Rust bindings for SPDK library"
version = "0.1.0"
version = "1.0.0"
edition = "2018"
links = "spdk"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion sysfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysfs"
version = "0.1.0"
version = "1.0.0"
authors = ["Jeffry Molanus <[email protected]>"]
edition = "2018"

0 comments on commit 6b4e69b

Please sign in to comment.