aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-bytes/.cargo
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade getrandom dependency to 0.3.2Gabriela Moldovan2025-03-271-0/+2
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