Skip to content

Commit 6b6dcf2

Browse files
jamesbt365GnomedDev
authored andcommitted
Remove RUSTFLAGS from .cargo/config.toml (#2875)
This isn't needed anymore because simd-json has been removed on `next`.
1 parent 5604f84 commit 6b6dcf2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.cargo/config.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ jobs:
128128
- name: Cache
129129
uses: Swatinem/rust-cache@v2
130130

131-
- name: Remove cargo build config
132-
run: rm .cargo/config.toml
133-
134131
- name: Build
135132
run: cargo build
136133

0 commit comments

Comments
 (0)