Skip to content

Commit

Permalink
Update approx to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Lauzier committed Jun 30, 2021
1 parent 059f619 commit a4e97c0
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 @@ -34,7 +34,7 @@ transform-types = []
libm = ["num-traits/libm"]

[dependencies]
approx = { version = "0.4", optional = true, default-features = false }
approx = { version = "0.5", optional = true, default-features = false }
bytemuck = { version = "1.5", optional = true, default-features = false }
mint = { version = "0.5", optional = true, default-features = false }
num-traits = { version = "0.2.14", optional = true, default-features = false }
Expand Down

0 comments on commit a4e97c0

Please sign in to comment.