Skip to content

Commit 6ddcd44

Browse files
committed
chore(cargo): this is 2.1.0-rc.0
1 parent 992e234 commit 6ddcd44

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet"
3-
version = "2.0.17"
3+
version = "2.1.0-rc.0"
44
authors = ["Witnet Foundation <info@witnet.foundation>"]
55
publish = false
66
repository = "witnet/witnet-rust"

bridges/centralized-ethereum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet-centralized-ethereum-bridge"
3-
version = "2.0.17"
3+
version = "2.1.0-rc.0"
44
authors = ["Witnet Foundation <info@witnet.foundation>"]
55
edition = "2024"
66

config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
33
description = "config component"
44
edition = "2024"
55
name = "witnet_config"
6-
version = "2.0.17"
6+
version = "2.1.0-rc.0"
77
workspace = ".."
88

99
[features]

data_structures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Witnet Foundation <info@witnet.foundation>"]
33
description = "data structures component"
44
edition = "2024"
55
name = "witnet_data_structures"
6-
version = "2.0.17"
6+
version = "2.1.0-rc.0"
77
workspace = ".."
88

99
[features]

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_node"
3-
version = "2.0.17"
3+
version = "2.1.0-rc.0"
44
authors = ["Witnet Foundation <info@witnet.foundation>"]
55
workspace = ".."
66
description = "node component"

toolkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witnet_toolkit"
3-
version = "2.0.17"
3+
version = "2.1.0-rc.0"
44
authors = ["Adán SDPC <adan.sdpc@gmail.com>"]
55
edition = "2024"
66

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Witnet Foundation <info@witnet.foundation>"]
33
edition = "2024"
44
name = "witnet_wallet"
5-
version = "2.0.17"
5+
version = "2.1.0-rc.0"
66
workspace = ".."
77

88
[dependencies]

0 commit comments

Comments
 (0)