Skip to content

Commit

Permalink
Bump cranelift-object from 0.108.1 to 0.109.0
Browse files Browse the repository at this point in the history
Bumps [cranelift-object](https://github.com/bytecodealliance/wasmtime) from 0.108.1 to 0.109.0.
- [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-object
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent ab53fa6 commit 0a6a17e
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 28 deletions.
132 changes: 105 additions & 27 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 @@ -11,7 +11,7 @@ petr-ir = { path = "../petr-ir" }
cranelift = "0.108.1"
cranelift-native = "0.108.1"
# cranelift-reader = "0.108.1"
cranelift-object = { version = "0.108.1" }
cranelift-object = { version = "0.109.0" }
cranelift-module = "0.108.1"

miette = { version = "7.2.0", features = ["fancy"] }
Expand Down

0 comments on commit 0a6a17e

Please sign in to comment.