Skip to content

Commit f58517e

Browse files
committed
chore(cargo): this is 2.0.0-rc.13
1 parent 0ce04cc commit f58517e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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-rc.12"
3+
version = "2.0.0-rc.13"
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-rc.12"
3+
version = "2.0.0-rc.13"
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-rc.12"
6+
version = "2.0.0-rc.13"
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-rc.12"
3+
version = "2.0.0-rc.13"
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-rc.12"
3+
version = "2.0.0-rc.13"
44
authors = ["Adán SDPC <[email protected]>"]
55
edition = "2021"
66

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-rc.12"
5+
version = "2.0.0-rc.13"
66
workspace = ".."
77

88
[dependencies]

0 commit comments

Comments
 (0)