mirror of
https://github.com/Cian-H/fastmath.git
synced 2025-12-22 22:22:02 +00:00
Removed phf dep, phf constraints are bad for this
This commit is contained in:
@@ -12,13 +12,10 @@ num-traits = "0.2.15"
|
||||
serde = {version = "1.0.171", features = ["derive"] }
|
||||
rayon = "1.7.0"
|
||||
simple_logger = "4.2.0"
|
||||
phf = "0.11.2"
|
||||
|
||||
[build-dependencies]
|
||||
bincode = "1.3.3"
|
||||
num-traits = "0.2.15"
|
||||
phf = "0.11.2"
|
||||
phf_codegen = "0.11.2"
|
||||
serde = {version = "1.0.171", features = ["derive"] }
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user