summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump crates that have had backward compatible API changes.Nick Mathewson2022-10-031-4/+4
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-7/+7
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-0/+1
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-3/+3
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* Add new APIs to NetDirProvider to better support timeliness.Nick Mathewson2022-07-261-0/+1
* Bump crate and dependency versions.Nick Mathewson2022-06-241-7/+7
* Upgrade to float_eq 1.0.0Nick Mathewson2022-06-161-1/+1
* Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+2
* Rewrite tests in tor-netdir to use testing_rng()Nick Mathewson2022-06-021-0/+1
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-0/+1
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-10/+9
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-3/+3
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-9/+9
* Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
* derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-12/+12
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-9/+9
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+1
* derive_builder: Switch to upstream 0.11Ian Jackson2022-03-161-1/+1
* Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-9/+9
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-3/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* Upgrade to digest v0.10.0Nick Mathewson2021-12-071-1/+1
* tor-netdir: Use reproducible RNG in tests.Nick Mathewson2021-12-061-0/+1
* tor-netdir: Use bitflags for WeightKindNeel Chauhan2021-11-301-0/+1
* Bump every crate by one patch version.Nick Mathewson2021-11-291-9/+9
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-0/+1
* Document that the "experimental-api" feature is not semver-covered.Nick Mathewson2021-11-111-0/+5
* Document that the "testing" feature is not semver-covered.Nick Mathewson2021-11-111-0/+3
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-8/+8
* tor-netdir: Add RelayWeight type and accessors.Nick Mathewson2021-09-291-0/+1
* Use derive_builder for Authority and FallbackDir.Nick Mathewson2021-09-101-3/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+37