- Mar 27, 2025
-
-
gabi-250 authored
-
gabi-250 authored
The `js` feature was replaced by a configuration flag in [0.3.0], so I've checked in a `.cargo/config.toml` for `tor-llcrypto` and `tor-bytes` with `RUSTFLAGS` for selecting the `getrandom` backend to use on wasm32. [0.3.0]: https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md#030---2025-01-25
-
gabi-250 authored
We aren't affected by any of the breaking changes from [0.103.0]. [0.103.0]: https://github.com/rustls/webpki/releases/tag/v%2F0.103.0
-
gabi-250 authored
In 0.27.0, strum's MSRV was bumped to 1.66.1, but that's okay because ours is 1.77. We aren't affected by any of its [breaking changes]. [breaking changes]: https://github.com/Peternator7/strum/blob/master/CHANGELOG.md#0270
- Mar 26, 2025
-
-
playbahn authored
-
playbahn authored
-
playbahn authored
-
playbahn authored
-
playbahn authored
Part of #1455 [PATCH 2(v2)/4] - Rework sshkeygen::ed25519_encoded to also work as replacement for sshkeygen::exists - Drop sshkeygen::exists - Rename sshkeygen::{ed25519_encoded -> sshkeygen_ed25519_strings} - Pull out sshkeygen_ed25519_strings from mod sshkeygen - Drop mod sshkeygen
-
playbahn authored
_sigh_
-
playbahn authored
TestSpecifier::new(prefix: ...) -> new(suffix: ...) Prefix is given by TestSpecifier::path_prefix() which returns const TEST_SPECIFIER_PATH = "..."
-
opara authored
-
opara authored
-
Jim Newsome authored
fix compiling fs-misstrust on tvOS See merge request !2890
-
-
Nick Mathewson authored
tor-circmgr: Explicit type annotation See merge request !2886
-
-
Clara Engler authored
This commit adds an explicit type annotation to the learning_timeouts() function, as leaving it out yielded an error while trying to compile tor-circmgr in a project that had this crate deep down in its supply chain.
- Mar 25, 2025
-
-
opara authored
I also added an additional non-doc TODO comment.
-
Nick Mathewson authored
Closes #1830.
-
Nick Mathewson authored
Mark RPC stable, and revise READMEs for RPC crates. Closes #1883 See merge request !2871