Skip to content

Commit

Permalink
Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somew…
Browse files Browse the repository at this point in the history
…hat, r=bjorn3

Format sources into the error message when loading codegen backends

cc #1447
cc `@bjorn3`
  • Loading branch information
matthiaskrgr authored Jan 19, 2024
2 parents f40f996 + be1b86f commit d390c00
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 @@ -19,7 +19,7 @@ gimli = { version = "0.28", default-features = false, features = ["write"]}
object = { version = "0.32", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

indexmap = "2.0.0"
libloading = { version = "0.7.3", optional = true }
libloading = { version = "0.8.0", optional = true }
smallvec = "1.8.1"

[patch.crates-io]
Expand Down

0 comments on commit d390c00

Please sign in to comment.