Skip to content

Commit 9312c7c

Browse files
jtguibasNaijaCoderGirlnhtyyfakedev9999leruaa
authored
feat: v4.2.0 release on crates (#2208)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: NaijaCoderGirl <150683513+NaijaCoderGirl@users.noreply.github.com> Co-authored-by: N <n@push0.dev> Co-authored-by: fakedev9999 <taehoon@succinct.xyz> Co-authored-by: Aurélien <3535019+leruaa@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Liu-Cheng Xu <xuliuchengxlc@gmail.com> Co-authored-by: Ratan Kaliani <ratankaliani@berkeley.edu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a80c17c commit 9312c7c

File tree

195 files changed

+5495
-3193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+5495
-3193
lines changed

.github/workflows/patch-testing-cycles.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Patch Testing Cycles
33
on:
44
pull_request:
55
branches: [main, dev]
6+
types: [opened, synchronize]
67
paths:
78
- "patch-testing/**/**.rs"
89
- "patch-testing/**/**.toml"

.github/workflows/pr.yml

+9-13
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,7 @@ jobs:
149149
command: test
150150
args: --release --package sp1-verifier
151151
env:
152-
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
153-
RUST_BACKTRACE: 1
154-
155-
- name: Run cargo test with Blake3 PV hashing
156-
uses: actions-rs/cargo@v1
157-
with:
158-
command: test
159-
args: --release --package sp1-verifier -F blake3
160-
env:
161-
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
152+
RUSTFLAGS: -Copt-level=3 -Coverflow-checks=y -Cdebuginfo=0 -C target-cpu=native
162153
RUST_BACKTRACE: 1
163154

164155
lint:
@@ -187,6 +178,7 @@ jobs:
187178
with:
188179
command: fmt
189180
args: --all -- --check
181+
toolchain: nightly
190182
env:
191183
CARGO_INCREMENTAL: 1
192184

@@ -274,9 +266,13 @@ jobs:
274266
cargo clean
275267
276268
- name: Run cargo fmt
277-
run: |
278-
cd ./examples/
279-
cargo fmt --all -- --check
269+
uses: actions-rs/cargo@v1
270+
with:
271+
command: fmt
272+
args: --all -- --check
273+
toolchain: nightly
274+
env:
275+
CARGO_INCREMENTAL: 1
280276

281277
- name: Run cargo check
282278
run: |

.github/workflows/release-plz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Rust toolchain
2222
uses: dtolnay/rust-toolchain@stable
2323
- name: Run release-plz
24-
uses: MarcoIeni/release-plz-action@v0.5.99
24+
uses: MarcoIeni/release-plz-action@v0.5.104
2525
with:
2626
command: release
2727
env:

0 commit comments

Comments
 (0)