Skip to content

Commit 63c5d9d

Browse files
committed
Anchor >=0.17.0
1 parent 65d8bcc commit 63c5d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ edition = "2018"
1010
exclude = ["images/"]
1111

1212
[dependencies]
13-
anchor-lang = "^0.17.0"
14-
anchor-spl = "^0.17.0"
13+
anchor-lang = ">=0.17.0"
14+
anchor-spl = ">=0.17.0"
1515
spl-associated-token-account = { version = "^1.0.3", features = [
1616
"no-entrypoint"
1717
] }

0 commit comments

Comments
 (0)