Skip to content

Commit

Permalink
chore: Pin nightly to 2023-04-23
Browse files Browse the repository at this point in the history
This ensures reliability accross builds.

This commit also correctly prefixes `Extern` as `Wasmtime::Extern` to fix doc
generation errors and updates magnus to 0.5.4 in the Rust example to mirror the
magnus version used in the extension.
  • Loading branch information
saulecabrera committed Aug 14, 2023
1 parent fc2ff54 commit 6b2cc4f
Show file tree
Hide file tree
Showing 6 changed files with 423 additions and 234 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1
with:
ruby-version: "3.2"
rustup-toolchain: "nightly"
# To ensure that we have reliable builds.
rustup-toolchain: "nightly-2023-04-23"
bundler-cache: true
cargo-cache: true
cache-version: v1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6b2cc4f

Please sign in to comment.