Skip to content

Commit

Permalink
Update libloading dep, run cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Sep 28, 2024
1 parent 4f3acf7 commit 685464b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 48 deletions.
81 changes: 34 additions & 47 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 @@ -54,7 +54,7 @@ features = ['read_core', 'elf', 'macho', 'pe', 'xcoff', 'unaligned', 'archive']

[dev-dependencies]
dylib-dep = { path = "crates/dylib-dep" }
libloading = "0.7"
libloading = "0.8"

[features]
# By default libstd support is enabled.
Expand Down

0 comments on commit 685464b

Please sign in to comment.