Skip to content

Commit 6476f62

Browse files
fix(deps): update rust crate num-derive to 0.4
1 parent d2d95f8 commit 6476f62

File tree

1 file changed

+1
-1
lines changed
  • learn-anchor-by-building-tic-tac-toe-part-2/tic-tac-toe/programs/tic-tac-toe

1 file changed

+1
-1
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"

0 commit comments

Comments
 (0)