Skip to content

Commit

Permalink
Auto merge of #3096 - sthibaul:master, r=RalfJung
Browse files Browse the repository at this point in the history
Bump libloading to 0.8
  • Loading branch information
bors committed Sep 30, 2023
2 parents 722976f + c0a836a commit 7970c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ libc = "0.2"

[target.'cfg(target_os = "linux")'.dependencies]
libffi = "3.2.0"
libloading = "0.7"
libloading = "0.8"

[dev-dependencies]
colored = "2"
Expand Down

0 comments on commit 7970c91

Please sign in to comment.