Skip to content

Commit 1b59db0

Browse files
committed
chore(cargo): this is 2.0.1
1 parent 40b9925 commit 1b59db0

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Witnet Foundation <[email protected]>"]
55
publish = false
66
repository = "witnet/witnet-rust"

bridges/centralized-ethereum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet-centralized-ethereum-bridge"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Witnet Foundation <[email protected]>"]
55
edition = "2018"
66

data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <[email protected]>"]
33
description = "data structures component"
44
edition = "2021"
55
name = "witnet_data_structures"
6-
version = "2.0.0"
6+
version = "2.0.1"
77
workspace = ".."
88

99
[features]

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_node"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Witnet Foundation <[email protected]>"]
55
workspace = ".."
66
description = "node component"

toolkit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_toolkit"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Adán SDPC <[email protected]>"]
55
edition = "2021"
66

util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ workspace = ".."
77

88
[dependencies]
99
chrono = "0.4.10"
10-
humantime = "2.0.0"
10+
humantime = "2.0.1"
1111
lazy_static = "1.4.0"
1212
log = "0.4.8"
1313
ntp = { git = "https://github.com/witnet/ntp" }

wallet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Witnet Foundation <[email protected]>"]
33
edition = "2021"
44
name = "witnet_wallet"
5-
version = "2.0.0"
5+
version = "2.0.1"
66
workspace = ".."
77

88
[dependencies]

0 commit comments

Comments
 (0)