Skip to content

Commit

Permalink
fix: make sure the proper nightly version is used (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard authored Dec 2, 2024
1 parent 13ca64b commit a736ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/usage/install.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installing
Start by installing the `jolt` command line tool.
```
cargo +nightly install --git https://github.com/a16z/jolt --force --bins jolt
cargo +nightly-2024-09-30 install --git https://github.com/a16z/jolt --force --bins jolt
```

2 changes: 1 addition & 1 deletion book/src/usage/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Installing
Start by installing the `jolt` command line tool.
```
cargo +nightly install --git https://github.com/a16z/jolt --force --bins jolt
cargo +nightly-2024-09-30 install --git https://github.com/a16z/jolt --force --bins jolt
```

## Creating a Project
Expand Down

0 comments on commit a736ace

Please sign in to comment.