Switch travis & readme to beta

This commit is contained in:
Aleksey Kladov 2018-10-09 22:42:07 +03:00
parent 46c55a1e5b
commit 2714730c9d
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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).