Skip to content

Commit

Permalink
chore(cargo): upgrade all witnet-rust crates to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Apr 25, 2019
1 parent b9cd959 commit 2ff9658
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
publish = false
repository = "witnet/witnet-rust"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
description = "config component"
edition = "2018"
name = "witnet_config"
version = "0.2.0"
version = "0.2.1"
workspace = ".."

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_crypto"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "crypto component"
Expand Down
2 changes: 1 addition & 1 deletion data_structures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
description = "data structures component"
edition = "2018"
name = "witnet_data_structures"
version = "0.2.0"
version = "0.2.1"
workspace = ".."

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_node"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "node component"
Expand Down
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_p2p"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "p2p component"
Expand Down
2 changes: 1 addition & 1 deletion partial_struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
description = "Macro that will generate from a struct another one with only Option<T> fields"
edition = "2018"
name = "partial_struct"
version = "0.2.0"
version = "0.2.1"
workspace = ".."

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion protected/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_protected"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
description = "Protected bytes struct that will be zeroed when dropped"
Expand Down
2 changes: 1 addition & 1 deletion rad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_rad"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
edition = "2018"
workspace = ".."
Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_storage"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
workspace = ".."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witnet_util"
version = "0.2.0"
version = "0.2.1"
authors = ["Witnet Foundation <info@witnet.foundation>"]
edition = "2018"
workspace = ".."
Expand Down
2 changes: 1 addition & 1 deletion validations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
description = "validations component"
edition = "2018"
name = "witnet_validations"
version = "0.2.0"
version = "0.2.1"
workspace = ".."

[dependencies]
Expand Down

0 comments on commit 2ff9658

Please sign in to comment.