Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BlockstreamResearch/rust-simplicity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 503f09f2528ad18bcb36c9b43030451a53048340
Choose a base ref
..
head repository: BlockstreamResearch/rust-simplicity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0a2caed3342b9694a47a89fc88a2b34a368c069
Choose a head ref
Showing with 4 additions and 9 deletions.
  1. +1 −1 .github/workflows/fuzz.yml
  2. +2 −7 .github/workflows/main.yml
  3. +1 −1 fuzz/generate-files.sh
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ parse_human,
key: cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.65.0
override: true
profile: minimal
- name: fuzz
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -102,15 +102,10 @@ jobs:
cargo update -p quote --precise 1.0.30
# 1.0.66 uses edition 2021
cargo update -p proc-macro2 --precise 1.0.65
# 1.8.0 requires cargo 1.60+
cargo update -p regex --precise 1.7.0
# 1.5.0 uses edition 2021
cargo update -p byteorder --precise 1.4.3
# 1.8.0 requires cargo 1.60+
cargo update -p regex --precise 1.7.3
# 0.4.0 requires cargo 1.65+
# cargo update -p regex-automata --precise 0.3.9
# 0.8.0 requires cargo 1.65+
# cargo update -p regex-syntax --precise 0.7.5
fi
for f in $FEATURES; do echo "Features: $f" && cargo test --no-default-features --features="$f"; done
cd simplicity-sys
2 changes: 1 addition & 1 deletion fuzz/generate-files.sh
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ $(for name in $(listTargetNames); do echo "$name,"; done)
key: cache-\${{ matrix.target }}-\${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.64
toolchain: 1.65.0
override: true
profile: minimal
- name: fuzz