Skip to content

Commit

Permalink
unified edition
Browse files Browse the repository at this point in the history
  • Loading branch information
DrunkRandomWalker committed Nov 9, 2023
1 parent be85f85 commit 9944e75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/dummy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dummy"
version = "1.0.0"
authors = ["Bartek Tofel <[email protected]>"]
edition = "2018"
edition = "2021"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-cosmwasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Markus Waas <[email protected]>",
]
description = "Bindings for CosmWasm contracts to call into custom modules of Injective Core"
edition = "2018"
edition = "2021"
license = "Apache-2.0"
name = "injective-cosmwasm"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = [ "Markus Waas <[email protected]>" ]
description = "Math library for CosmWasm contracts in Injective Protocol"
edition = "2018"
edition = "2021"
license = "Apache-2.0"
name = "injective-math"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion packages/injective-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "injective-protobuf"
version = "0.2.1"
authors = ["Mauro Lacy <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Protobug parsing for Injective Protocol"
repository = "https://github.com/InjectiveLabs/cw-injective/tree/master/packages/injective-protobuf"
license = "Apache-2.0"
Expand Down

0 comments on commit 9944e75

Please sign in to comment.