Skip to content

Commit 325658f

Browse files
committed
Bump der dependency to v0.8
Release PR: RustCrypto/formats#2234
1 parent 0ce07cf commit 325658f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/crypto-bigint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
include:
57-
# `x86` Linux
57+
# `x86` Linux (32-bit)
5858
- target: i686-unknown-linux-gnu
5959
rust: 1.85.0 # MSRV
6060
deps: sudo apt update && sudo apt install gcc-multilib

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -23,7 +23,7 @@ ctutils = "0.4"
2323
num-traits = { version = "0.2.19", default-features = false }
2424

2525
# optional dependencies
26-
der = { version = "0.8.0-rc.10", optional = true, default-features = false }
26+
der = { version = "0.8", optional = true, default-features = false }
2727
hybrid-array = { version = "0.4.7", optional = true }
2828
getrandom = { version = "0.4", optional = true, features = ["sys_rng"] }
2929
rand_core = { version = "0.10", optional = true, default-features = false }

0 commit comments

Comments
 (0)