Only use assert_approx_eq in dev

This commit is contained in:
Deukhoofd 2022-07-01 18:27:56 +02:00
parent 379e9d13ca
commit 37f0cf8c35
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,6 @@ rpath = false
# Used for PrimInt, so we can check if a generic is an integer
num-traits = "0.2"
atomig = "0.4.0"
# Allow us to assert whether floats are approximately a value
assert_approx_eq = "1.1.0"
# Used for time based code (i.e. randomness)
chrono = "0.4.19"
# Used for RNG
@ -62,3 +60,5 @@ datatest = "0.7.1"
serde_yaml = "0.8.24"
serde_json = "1.0.81"
serde_plain = "1.0.0"
# Allow us to assert whether floats are approximately a value
assert_approx_eq = "1.1.0"