We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc74f8b commit 1ef6516Copy full SHA for 1ef6516
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
rust: [stable]
17
- FEATURES: ['', 'from_str', 'no_std']
+ FEATURES: ['', 'from_str', 'std']
18
19
include:
20
# Test nightly but don't fail
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions-rs/cargo@v1
63
with:
64
command: build
65
- args: --target=${{ matrix.TARGET }} --features no_std
+ args: --target=${{ matrix.TARGET }}
66
67
fmt:
68
runs-on: ubuntu-latest
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
steps:
88
- uses: actions/checkout@v2
89
- uses: actions-rs/toolchain@v1
0 commit comments