Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Sep 6, 2023
1 parent 17b892d commit 90c86bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.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.2.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.2.0"

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

0 comments on commit 90c86bc

Please sign in to comment.