Skip to content

Commit

Permalink
Only allow patch updates to the sys crate
Browse files Browse the repository at this point in the history
Use the `~` version specifier, which only allows changes in the last digit of
the version. Additionally, force use of version `4.1.1`+, as `4.1.0`
incorrectly claimed the library version in the c code
  • Loading branch information
Dr-Emann committed Aug 5, 2024
1 parent 32ff717 commit d0c7ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion croaring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ roaring = "0.10"
criterion = { version = "0.5", features = ["html_reports"] }

[dependencies]
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "4.1.0" }
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "~4.1.1" }

[[bench]]
name = "benches"
Expand Down

0 comments on commit d0c7ad8

Please sign in to comment.