mirror of https://github.com/fafhrd91/actix-web
Use rustversion to pin tests to rustc 1.42
This commit is contained in:
parent
8223d126b9
commit
4194e92a7d
|
@ -23,3 +23,4 @@ actix-rt = "1.0.0"
|
||||||
actix-web = "3.0.0"
|
actix-web = "3.0.0"
|
||||||
futures-util = { version = "0.3.5", default-features = false }
|
futures-util = { version = "0.3.5", default-features = false }
|
||||||
trybuild = "1"
|
trybuild = "1"
|
||||||
|
rustversion = "1"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#[test]
|
#[test]
|
||||||
|
#[rustversion::stable(1.42)]
|
||||||
fn compile_macros() {
|
fn compile_macros() {
|
||||||
let t = trybuild::TestCases::new();
|
let t = trybuild::TestCases::new();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue