Skip to content

Commit

Permalink
build(deps): bump compiler_builtins in /web-csv-toolbox-wasm
Browse files Browse the repository at this point in the history
Bumps [compiler_builtins](https://github.com/rust-lang/compiler-builtins) from 0.1.112 to 0.1.118.
- [Release notes](https://github.com/rust-lang/compiler-builtins/releases)
- [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml)
- [Commits](rust-lang/compiler-builtins@0.1.112...compiler_builtins-v0.1.118)

---
updated-dependencies:
- dependency-name: compiler_builtins
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ee4125d commit 97fb674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web-csv-toolbox-wasm/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 web-csv-toolbox-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = "1.0"
web-sys = { version = "0.3", features = ['console'] }

[build-dependencies]
compiler_builtins = "0.1.112"
compiler_builtins = "0.1.118"
cxx-build = "1.0"
wasm-opt = "0.116.1"
wasm-pack = "0.12.1"

0 comments on commit 97fb674

Please sign in to comment.