Skip to content

Commit 7080dc8

Browse files
committed
Raise minimum tested version to rustc 1.45
Required by changes in the futures crate's macros: error[E0658]: procedural macros cannot be expanded to statements --> tests/test.rs:1359:13 | 1359 | / futures::select! { 1360 | | _ = async { 1361 | | println!("{}", self.0); 1362 | | }.fuse() => {} 1363 | | } | |_____________^
1 parent 278abc7 commit 7080dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [beta, stable, 1.42.0]
15+
rust: [beta, stable, 1.45.0]
1616
include:
1717
- rust: nightly
1818
rustflags: --cfg async_trait_nightly_testing

0 commit comments

Comments
 (0)