Skip to content

Commit 0ce07cf

Browse files
authored
v0.7.0-rc.27 (#1204)
1 parent 0af57a6 commit 0ce07cf

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/crypto-bigint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ jobs:
168168
- s390x-unknown-linux-gnu
169169
steps:
170170
- uses: actions/checkout@v6
171-
- uses: dtolnay/rust-toolchain@nightly
171+
- uses: dtolnay/rust-toolchain@stable
172+
with:
173+
toolchain: nightly-2026-02-11 # pinned due to https://github.com/rust-lang/miri/issues/4855
172174
- run: rustup component add miri && cargo miri setup
173175
- run: cargo miri test --target ${{ matrix.target }} --no-default-features --lib
174176

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto-bigint"
3-
version = "0.7.0-rc.26"
3+
version = "0.7.0-rc.27"
44
description = """
55
Pure Rust implementation of a big integer library which has been designed from
66
the ground-up for use in cryptographic applications. Provides constant-time,

0 commit comments

Comments
 (0)