Skip to content

Commit

Permalink
Downgrade ffi crate to use 0.22
Browse files Browse the repository at this point in the history
This was still pointing to 0.23, which has been yanked.
  • Loading branch information
turboladen committed Aug 20, 2024
1 parent bcd98a9 commit 6c7a303
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions crates/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ publish = ["agrian-registry"]

[dependencies]
ffi_common.workspace = true
# wise_units = { version = "0.23", registry = "agrian-registry" }
wise_units = { path = "../api" }
wise_units = { version = "0.22", registry = "agrian-registry" }

[build-dependencies]
cbindgen = "0.26.0"
cbindgen = "0.27.0"

[dev-dependencies]
approx.workspace = true
Expand Down

0 comments on commit 6c7a303

Please sign in to comment.