Ilka Schulz
|
10ebaf9cee
|
increase MSRV due to https://github.com/rust-lang/ar_archive_writer/pull/33
$ cargo tree --workspace -i ar_archive_writer
ar_archive_writer v0.5.1
[build-dependencies]
└── psm v0.1.31
└── stacker v0.1.24
└── rosenpass-fuzzing v0.0.1 (/home/user/rosenpass/fuzz)
[dev-dependencies]
├── rosenpass v0.3.0-dev (/home/user/rosenpass/rosenpass)
│ ├── rosenpass-fuzzing v0.0.1 (/home/user/rosenpass/fuzz)
│ └── rosenpass-rp v0.2.1 (/home/user/rosenpass/rp)
└── rosenpass-rp v0.2.1 (/home/user/rosenpass/rp)
|
2026-06-08 13:53:08 +02:00 |
|
Ilka Schulz
|
ef8382672d
|
increase minimum supported Rust version from 1.77.0 to 1.85.0 (required for edition2024 required by crate rand)
|
2026-06-07 11:54:41 +02:00 |
|
Karolin Varner
|
f6971aa5ad
|
feat: Set rust-toolchain file to use 1.77.0
At @wucke13's request to facilitate a later nix oxalica integration.
https://github.com/oxalica/rust-overlay
|
2025-04-13 13:44:36 +02:00 |
|
Karolin Varner
|
f22f4aad7d
|
feat: Fix minimum supported cargo version to 1.77
This should ensure, that our Cargo.lock file stays at version 3
when using `cargo update` or dependabot.
|
2025-04-13 13:44:36 +02:00 |
|