Skip to content

Commit 78fc0c8

Browse files
fix(deps): update rust crate num-derive to 0.4.2
1 parent 36bb9ff commit 78fc0c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • 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

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

Lines changed: 1 addition & 1 deletion
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.2"

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

Lines changed: 1 addition & 1 deletion
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.2"

0 commit comments

Comments
 (0)