From a736aceb7e9afd66cd84c7d1ccbd19b9c1549a68 Mon Sep 17 00:00:00 2001 From: Julien Date: Mon, 2 Dec 2024 08:29:35 -0800 Subject: [PATCH] fix: make sure the proper nightly version is used (#515) --- book/src/usage/install.md | 2 +- book/src/usage/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/usage/install.md b/book/src/usage/install.md index 1502433bc..be0dc2cd5 100644 --- a/book/src/usage/install.md +++ b/book/src/usage/install.md @@ -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 ``` diff --git a/book/src/usage/quickstart.md b/book/src/usage/quickstart.md index 739e3c922..1058dbcdc 100644 --- a/book/src/usage/quickstart.md +++ b/book/src/usage/quickstart.md @@ -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