Skip to content

Commit 40def3a

Browse files
committed
Merge branch 'main' into add-identity-check
2 parents 4af51a5 + 5f4974d commit 40def3a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@ assert!(
145145
);
146146
# }
147147
```
148+
## Building
149+
150+
To compile successfully, you will need to have nightly Rust installed, rather than stable.
151+
152+
You can install nightly Rust with rustup:
153+
154+
```text
155+
rustup default nightly
156+
```
148157

149158
## Tests and Benchmarks
150159

0 commit comments

Comments
 (0)