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 ebeb695 commit b80b32e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ publish = ["agrian-registry"]

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

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

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

0 comments on commit b80b32e

Please sign in to comment.