Commit 3448cec
chore: update version for release
* Update version in Cargo.toml to 6.0.0-beta.1
* Allow workflow_dispatch for publishing without merging to main
* Add dummy descriptions and specify crate versions explicitly
* Use test artifacts explicitly in all crates and remove it from the top level workspace
* chore: rss-lib crates dependency
* Remove include.workspace = true
* chore: update lock
* lock
* skip gpu-perf
* update patches
* chore: update skill
* update release script
---------
Co-authored-by: Tobias Bergkvist <[email protected]>6.0.0-beta.1 (#1087)1 parent 4681e8d commit 3448cec
File tree
84 files changed
+837
-737
lines changed- .claude/skills/update-sp1-patches
- .github/workflows
- crates
- core
- compiler
- executor
- jit
- machine
- prover
- recursion/circuit
- sdk
- test-artifacts
- programs
- ed25519
- fibonacci-blake3
- verifier/guest-verify-programs
- examples
- patch-testing
- RustCrypto-rsa/program
- bls12-381/program
- bn/program
- curve25519-dalek-ng/program
- curve25519-dalek/program
- k256/program
- keccak/program
- p256/program
- rustcrypto-bigint/program
- secp256k1
- program-v0.29.1
- program-v0.30.0
- sha/program
- slop/crates
- air
- algebra
- alloc
- baby-bear
- basefold-prover
- basefold
- bn254
- challenger
- commit
- dft
- fri
- futures
- jagged
- keccak-air
- koala-bear
- matrix
- maybe-rayon
- merkle-tree
- multilinear
- pgspcs
- poseidon2
- primitives
- spartan
- stacked
- sumcheck
- symmetric
- tensor
- uni-stark
- utils
- whir
- sp1-gpu/crates
- air
- basefold
- challenger
- commit
- cuda
- jagged_assist
- jagged_sumcheck
- jagged_tracegen
- logup_gkr
- merkle_tree
- perf
- prover_components
- server
- shard_prover
- sys
- tracegen
- tracing
- utils
- zerocheck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+837
-737
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | 20 | | |
12 | 21 | | |
| |||
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
54 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
| |||
292 | 303 | | |
293 | 304 | | |
294 | 305 | | |
295 | | - | |
| 306 | + | |
296 | 307 | | |
297 | 308 | | |
298 | 309 | | |
| |||
0 commit comments