We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97fc31 commit 9cc5794Copy full SHA for 9cc5794
.github/workflows/test.yaml
@@ -9,14 +9,14 @@ jobs:
9
PROJECT_NAME_UNDERSCORE: concord
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
- uses: actions-rs/toolchain@v1
14
with:
15
profile: minimal
16
toolchain: nightly
17
override: true
18
- name: Cargo cache
19
- uses: actions/cache@v2
+ uses: actions/cache@v4
20
21
path: |
22
~/.cargo/registry
src/main.rs
@@ -1,6 +1,3 @@
1
-#![feature(async_closure)]
2
-#![feature(trait_upcasting)]
3
-
4
extern crate structopt;
5
extern crate tracing;
6
0 commit comments