Skip to content

Commit

Permalink
deps: Update to num-derive 0.4
Browse files Browse the repository at this point in the history
This removes usage of `syn 1.x`.
  • Loading branch information
waywardmonkeys authored and elrnv committed Aug 14, 2023
1 parent 38f7204 commit 3d702a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ travis-ci = { repository = "elrnv/vtkio", branch = "master" }
[dependencies]
nom = "7"
num-traits = "0.2"
num-derive = "0.3"
num-derive = "0.4"
byteorder = "1.3"
base64 = "0.21"
bytemuck = { version = "1.5", features = ["extern_crate_alloc"] }
Expand Down

0 comments on commit 3d702a9

Please sign in to comment.