Skip to content

Commit

Permalink
fix edition config
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Mar 4, 2024
1 parent f0f20c9 commit e393a98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*",
"crates/*",
Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/access-controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "access-controller"
version = "1.0.1"
description = "Created with Anchor"
edition = "2018"
edition = "2021"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/ocr2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ocr2"
version = "1.0.1"
description = "Created with Anchor"
edition = "2018"
edition = "2021"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "store"
version = "1.0.1"
description = "Created with Anchor"
edition = "2018"
edition = "2021"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit e393a98

Please sign in to comment.