Skip to content

Commit 9cc5794

Browse files
committed
Remove unnecessary feature attributes
1 parent f97fc31 commit 9cc5794

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
PROJECT_NAME_UNDERSCORE: concord
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- uses: actions-rs/toolchain@v1
1414
with:
1515
profile: minimal
1616
toolchain: nightly
1717
override: true
1818
- name: Cargo cache
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cargo/registry

src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#![feature(async_closure)]
2-
#![feature(trait_upcasting)]
3-
41
extern crate structopt;
52
extern crate tracing;
63

0 commit comments

Comments
 (0)