Skip to content

Commit

Permalink
Pin nightly channel for rustc
Browse files Browse the repository at this point in the history
Until generic_const_exprs is stabilized (rust-lang/rust#76560), or an
alternative is found, the zorua crate will be nightly only.
  • Loading branch information
prof64 committed Jan 1, 2024
1 parent aa18e30 commit b7a320b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ To use `zorua` add the following dependency to your `Cargo.toml`:
zorua = { git = "https://github.com/project-pku/zorua.git", tag="v0.2" }
```

> [!WARNING]
> This crate currently uses **nightly**!
## Types
### Zorua structs
Zorua structs are the main feature of the crate. To create one simply import the `prelude` module and use the `zorua!` macro:
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"

0 comments on commit b7a320b

Please sign in to comment.