Skip to content

Commit 65cfcc5

Browse files
committed
chore(cargo): this is 2.0.17
1 parent 0f9f3f0 commit 65cfcc5

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.16"
3+
version = "2.0.17"
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.16"
3+
version = "2.0.17"
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.16"
6+
version = "2.0.17"
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.16"
6+
version = "2.0.17"
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.16"
3+
version = "2.0.17"
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.16"
3+
version = "2.0.17"
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.16"
5+
version = "2.0.17"
66
workspace = ".."
77

88
[dependencies]

0 commit comments

Comments
 (0)