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 16b2232 commit 0b0fea4Copy full SHA for 0b0fea4
.cargo/config.toml
@@ -1,2 +1,5 @@
1
+[profile.dev]
2
+debug = false
3
+
4
[build]
5
rustflags = "--cfg unsound_local_offset -C target-cpu=native"
.github/workflows/rust.yml
@@ -11,6 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
+ - uses: Swatinem/rust-cache@v1
15
- name: clippy
16
run: cargo clippy --all
17
- name: fmt
@@ -44,6 +45,7 @@ jobs:
44
45
profile: default
46
toolchain: stable
47
override: true
48
49
- name: "Check default features build on windows"
50
uses: actions-rs/cargo@v1
51
with:
@@ -75,4 +77,4 @@ jobs:
75
77
76
78
- uses: EmbarkStudios/cargo-deny-action@v1
79
- command: check ${{ matrix.checks }}
80
+ command: check ${{ matrix.checks }}
0 commit comments