Skip to content

Commit

Permalink
deps: Update corosensei
Browse files Browse the repository at this point in the history
fixes some recent rustc lints and compilation for `*-pc-windows-gnullvm` targets
  • Loading branch information
ognevny committed Oct 7, 2024
1 parent c82cded commit cb7bb0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 49 deletions.
53 changes: 5 additions & 48 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 lib/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enum-iterator = "0.7.0"
scopeguard = "1.1.0"
lazy_static = "1.4.0"
region = { version = "3.0.2" }
corosensei = { version = "0.1.2" }
corosensei = { version = "0.2.0" }
derivative = { version = "^2" }
fnv = "1.0.3"
# - Optional shared dependencies.
Expand Down

0 comments on commit cb7bb0f

Please sign in to comment.