deps: deduplicate the version of libloading used
The changelog can be found here: https://docs.rs/libloading/latest/libloading/changelog/r0_8_0/index.html
This commit is contained in:
parent
e927184629
commit
fcaeb45421
4 changed files with 6 additions and 16 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
# tidy-alphabetical-start
|
||||
bitflags = "2.4.1"
|
||||
libloading = "0.7.1"
|
||||
libloading = "0.8.0"
|
||||
odht = { version = "0.3.1", features = ["nightly"] }
|
||||
rustc_ast = { path = "../rustc_ast" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue