Skip to content

Commit 591b458

Browse files
authored
Release 3.0.0 Preparation (#385)
1 parent 035e52a commit 591b458

File tree

9 files changed

+379
-339
lines changed

9 files changed

+379
-339
lines changed

evm-template/Cargo.lock

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

evm-template/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = { workspace = true }
77
license = { workspace = true }
88
publish = false
99
repository = { workspace = true }
10-
version = "2.0.0"
10+
version = "3.0.0"
1111

1212
[dependencies]
1313
clap = { workspace = true }

evm-template/runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "An EVM parachain runtime template"
55
edition = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
8-
version = "1.0.0"
8+
version = "3.0.0"
99

1010
[package.metadata.docs.rs]
1111
targets = [ "x86_64-unknown-linux-gnu" ]

0 commit comments

Comments
 (0)