Skip to content

Commit

Permalink
Bump cranelift-native from 0.108.1 to 0.110.1
Browse files Browse the repository at this point in the history
Bumps [cranelift-native](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-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 64b66a7 commit e8e6345
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 18 deletions.
111 changes: 94 additions & 17 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 @@ -15,7 +15,7 @@ description = "Codegen stage of the petr compiler"
petr-ir = { path = "../petr-ir", version = "0.1.0" }

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

0 comments on commit e8e6345

Please sign in to comment.