Remove simd since it's not supported in stable rust
Signed-off-by: Vegard Berg <mail@myrkvi.com>
This commit is contained in:
parent
2f32c57c55
commit
c296dd7731
|
@ -23,5 +23,5 @@ owo-colors = { version = "3.5.0", features = ["supports-colors"] }
|
|||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
tl = { version = "0.7.7", features = ["simd"] }
|
||||
tl = { version = "0.7.7" }
|
||||
ureq = "2.6.2"
|
||||
|
|
Loading…
Reference in New Issue