Skip to content

Commit

Permalink
Use 2.6 in template
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored and dependabot[bot] committed Apr 27, 2023
1 parent 7e0c6c6 commit 3784a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/build/templates/new/_Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
ink = { version = "4.2.0", default-features = false }

scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.5", default-features = false, features = ["derive"], optional = true }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }

[dev-dependencies]
ink_e2e = "4.2.0"
Expand Down

0 comments on commit 3784a10

Please sign in to comment.