mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-24 13:48:03 +00:00
Switch travis & readme to beta
This commit is contained in:
parent
46c55a1e5b
commit
2714730c9d
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
- beta
|
||||
script:
|
||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --all
|
||||
- RUST_BACKTRACE=1 CARGO_INCREMENTAL=0 cargo test --tests --all
|
||||
|
|
|
@ -41,9 +41,11 @@ Using salsa is as easy as 1, 2, 3...
|
|||
the inputs/queries you will be using. The query struct will contain
|
||||
the storage for all of the inputs/queries and may also contain
|
||||
anything else that your code needs (e.g., configuration data).
|
||||
|
||||
|
||||
To see an example of this in action, check out [the `hello_world`
|
||||
example](examples/hello_world/main.rs), which has a number of comments
|
||||
explaining how things work. The [`hello_world`
|
||||
README](examples/hello_world/README.md) has a more detailed writeup.
|
||||
|
||||
Salsa requires at least Rust 1.30 (beta at the time of writing).
|
||||
|
||||
|
|
Loading…
Reference in a new issue