Skip to content

Commit

Permalink
build: Upgrade to Rust v1.84. (#1787)
Browse files Browse the repository at this point in the history
* Update deps.

* Update lints.

* Update wasm.

* Update changelog.
  • Loading branch information
milesj authored Jan 9, 2025
1 parent 64b5bd5 commit 10dd201
Show file tree
Hide file tree
Showing 18 changed files with 284 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
bins: just,cargo-wasi
cache: false
- run: rustup target add wasm32-wasi
targets: wasm32-wasip1
- name: Building crates
run: just build-wasm
format:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/wasm/*/target
node_modules/
.nx
bazel-remote
Expand Down
9 changes: 9 additions & 0 deletions .yarn/versions/7275a654.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

#### ⚙️ Internal

- Updated Rust to v1.84.

## 1.31.1

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 10dd201

Please sign in to comment.