Skip to content

Commit

Permalink
Bump cranelift from 0.108.1 to 0.110.1
Browse files Browse the repository at this point in the history
Bumps [cranelift](https://github.com/bytecodealliance/wasmtime) from 0.108.1 to 0.110.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/commits)

---
updated-dependencies:
- dependency-name: cranelift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 9fd368a commit 76a16eb
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 22 deletions.
131 changes: 110 additions & 21 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 petr-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
petr-ir = { path = "../petr-ir" }

cranelift = "0.108.1"
cranelift = "0.110.1"
cranelift-native = "0.108.1"
# cranelift-reader = "0.108.1"
cranelift-object = { version = "0.108.1" }
Expand Down

0 comments on commit 76a16eb

Please sign in to comment.