Skip to content

Commit b1594c2

Browse files
fix(deps): update rust crate num-derive to 0.4
1 parent b1819ff commit b1594c2

File tree

2 files changed

+2
-2
lines changed
  • learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe
  • learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe

2 files changed

+2
-2
lines changed

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
@@ -18,4 +18,4 @@ default = []
1818
[dependencies]
1919
anchor-lang = "0.27.0"
2020
num-traits = "0.2"
21-
num-derive = "0.3"
21+
num-derive = "0.4"

learn-how-to-build-a-client-side-app-part-1/tic-tac-toe/programs/tic-tac-toe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ default = []
1818
[dependencies]
1919
anchor-lang = "0.28.0"
2020
num-traits = "0.2"
21-
num-derive = "0.3"
21+
num-derive = "0.4"

0 commit comments

Comments
 (0)