mirror of
https://github.com/Noratrieb/vechonk.git
synced 2026-01-14 08:35:10 +01:00
upgrade, lol
This commit is contained in:
parent
93cf31b906
commit
f033557c51
2 changed files with 3 additions and 3 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
|
@ -108,7 +108,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUSTFLAGS: "-Zrandomize-layout"
|
RUSTFLAGS: "-Zrandomize-layout"
|
||||||
MIRIFLAGS: "-Zmiri-symbolic-alignment-check -Zmiri-check-number-validity -Zmiri-tag-raw-pointers"
|
MIRIFLAGS: ""
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2021-12-22"
|
channel = "nightly-2022-09-15"
|
||||||
components = ["miri"]
|
components = ["clippy", "miri"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue