Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aliddell committed Feb 21, 2024
1 parent 5e2eb31 commit b0dd755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ anyhow = "1.0"
parking_lot = "0.12"
serde = { version = "1.0", features = ["derive"] }
pythonize = "0.20.0"
cc = "1.0.83"

[build-dependencies]
bindgen = "0.69.1"
Expand All @@ -33,4 +32,4 @@ reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
zip-extract = "0.1"
cc = "1.0.83"
cc = "=1.0.83"

0 comments on commit b0dd755

Please sign in to comment.