-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cargo): bump versions to 0.3.1
- Loading branch information
1 parent
5fd33bc
commit 929c1e7
Showing
15 changed files
with
63 additions
and
63 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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 = "Reputation engine" | ||
edition = "2018" | ||
name = "witnet_reputation" | ||
version = "0.3.0" | ||
version = "0.3.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_storage" | ||
version = "0.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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.3.0" | ||
version = "0.3.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Witnet Foundation <[email protected]>"] | ||
edition = "2018" | ||
name = "witnet_wallet" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
workspace = ".." | ||
|
||
[dependencies] | ||
|