Skip to content

Commit

Permalink
Do not use sozu default features
Browse files Browse the repository at this point in the history
`sozu-lib` has the default feature `simd`, which does not compile at all
on ARM.  See CleverCloud/kawa#4.
  • Loading branch information
sdwilsh committed Feb 26, 2024
1 parent 47bff19 commit 907fc82
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 @@ -17,6 +17,6 @@ serde = "1.0.197"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
sozu-command-lib = "0.15.19"
sozu-lib = "0.15.19"
sozu-lib = { version = "0.15.19", default-features = false}
time = "0.3.34"
url = "2.5.0"

0 comments on commit 907fc82

Please sign in to comment.