-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cargo): upgrade all witnet-rust crates to version 0.2.1
- Loading branch information
1 parent
b9cd959
commit 2ff9658
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
publish = false | ||
repository = "witnet/witnet-rust" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"] | |
description = "config component" | ||
edition = "2018" | ||
name = "witnet_config" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
workspace = ".." | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
workspace = ".." | ||
description = "crypto component" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"] | |
description = "data structures component" | ||
edition = "2018" | ||
name = "witnet_data_structures" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
workspace = ".." | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
workspace = ".." | ||
description = "node component" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
workspace = ".." | ||
description = "p2p component" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"] | |
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
workspace = ".." | ||
description = "Protected bytes struct that will be zeroed when dropped" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
edition = "2018" | ||
workspace = ".." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
workspace = ".." | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
edition = "2018" | ||
workspace = ".." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"] | |
description = "validations component" | ||
edition = "2018" | ||
name = "witnet_validations" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
workspace = ".." | ||
|
||
[dependencies] | ||
|