Skip to content

Commit 602dfaa

Browse files
Update libloading requirement from 0.7 to 0.8 (#148)
Updates the requirements on [libloading](https://github.com/nagisa/rust_libloading) to permit the latest version. - [Release notes](https://github.com/nagisa/rust_libloading/releases) - [Commits](nagisa/rust_libloading@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: libloading dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a67fee commit 602dfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ci = []
2828
[dependencies]
2929
bitflags = "2.0"
3030
float-cmp = "0.9"
31-
libloading = "0.7"
31+
libloading = "0.8"
3232
once_cell = "1.0"
3333
renderdoc-sys = { version = "1.0.0", path = "./renderdoc-sys" }
3434

0 commit comments

Comments
 (0)