Skip to content

Commit a8f21d3

Browse files
fix(deps): update rust crate anchor-lang to 0.28.0
1 parent 23d4311 commit a8f21d3

File tree

2 files changed

+2
-2
lines changed
  • build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer
  • learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe

2 files changed

+2
-2
lines changed

build-an-anchor-leaderboard/rock-destroyer/programs/rock-destroyer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.27.0"
19+
anchor-lang = "0.28.0"

learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.27.0"
19+
anchor-lang = "0.28.0"
2020
num-traits = "0.2"
2121
num-derive = "0.3"

0 commit comments

Comments
 (0)