Skip to content

Commit

Permalink
Update libloading requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 20, 2023
1 parent 3818fdb commit d5401da
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 @@ -12,7 +12,7 @@ clingcon-plugin = { git = "https://github.com/potassco/clingcon-theory-rs", bran
rocket = { version = "0.5.0-rc.2", features = ["json"] }
parking_lot = "0.12"
thiserror = "1.0"
libloading = "0.7"
libloading = "0.8"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"

0 comments on commit d5401da

Please sign in to comment.