summaryrefslogtreecommitdiff
path: root/crates/tor-events/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-1/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* All crates: bump rust-version to 1.83.Nick Mathewson2025-05-131-1/+1
* tor-events: Removed once_cell dependencyhashcatHitman2025-04-171-1/+0
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-1/+1
* Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-1/+1
* Upgrade to latest async-broadcastNick Mathewson2024-02-261-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Upgrade async-broadcast dependency to 0.6.0Nick Mathewson2023-10-171-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Mark vestigial crates as "publish=false"Nick Mathewson2023-07-031-0/+3
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+3
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-1/+1
* Upgrade to latest async-broadcastNick Mathewson2023-01-201-1/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
* Update patch-versions on crates without API changes.Nick Mathewson2022-09-011-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+1
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-2/+2
* 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-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-2/+2
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* Upgrade async-broadcast => 0.4.0Nick Mathewson2022-04-011-1/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
* Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-1/+1
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-6/+6
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
* Initial cut at a typed event framework for arti (arti#230).eta2021-11-221-0/+22