Skip to content

Commit

Permalink
docs: Update contributing docs (#390)
Browse files Browse the repository at this point in the history
Removes instructions from the contributing docs regarding managing the
`Cargo.lock` file for the Rust example

These instructions are no longer valid as of: #389
  • Loading branch information
saulecabrera authored Oct 24, 2024
1 parent 72a18aa commit 8c64243
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ Compile the gem, run the tests & Ruby linter:
bundle exec rake
```

## If running the Run Examples step of CI fails

If there was an update to `deterministic-wasi-ctx`, try running:

```
$ cd examples/rust-crate
$ cargo update -p deterministic-wasi-ctx
```

If the lock file for the example Rust crate changed, commit and push that change.

## Releasing

1. Bump the `VERSION` in `lib/wasmtime/version.rb`
Expand Down

0 comments on commit 8c64243

Please sign in to comment.