Skip to content

Commit

Permalink
update node versionÇ
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Jan 3, 2024
1 parent 76c38b2 commit 0e90efd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion container-chains/templates/frontier/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Frontier container chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.1.0"
version = "0.4.0"

[dependencies]
async-io = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion container-chains/templates/simple/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Simple container-chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.1.0"
version = "0.4.0"

[dependencies]
async-io = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Tanssi node implementation"
edition = "2021"
license = "GPL-3.0-only"
version = "0.1.0"
version = "0.4.0"

[dependencies]
async-io = { workspace = true }
Expand Down

0 comments on commit 0e90efd

Please sign in to comment.