summaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
|
* Merge branch 'ticket125' into 'main'eta2021-11-161-0/+9
|\ | | | | | | | | | | | | Put most non-universally-needed functionality behind features Closes #125 See merge request tpo/core/arti!129
| * tor-llcrypto: Put currently unused functions behind features.Nick Mathewson2021-11-121-0/+9
| | | | | | | | | | | | | | | | We don't currently need a couple of the key manipulation features that we have, since we aren't yet doing relays or onion service clients. Part of #125
* | Update to simple_asn1 0.6.1.Nick Mathewson2021-11-141-1/+1
|/ | | | | | This is a security fix for a panic. Closes #236
* Merge branch 'S0AndS0/arti-cargo-husky' into HEADeta2021-11-091-3/+2
|
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
|
* Upgrade curve25519-dalek requirement to 3.2.0Nick Mathewson2021-10-251-1/+1
| | | | We need this now that we check for contributory behavior.
* Upgrade to new version of simple_asn1.Nick Mathewson2021-10-221-1/+1
|
* Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
| | | | | | | | I tried using -Z minimal-versions to downgrade all first-level dependencies to their oldest permitted versions, and found that we were apparently depending on newer features of all three crates. I'm kind of surprised there were only three.
* Enable js feature for getrandom for WASM.Jani Monoses2021-09-171-0/+4
| | | | By default rand does not build for WASM browser targets.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+47
This will cause some pain for now, but now is really the best time to do this kind of thing.