mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-24 22:03:34 +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
|
||||
|
|
|
@ -47,3 +47,5 @@ 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