summaryrefslogtreecommitdiff
path: root/crates/tor-events
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Bump patchlevel versions of crates with trivial changesNick Mathewson2023-08-011-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Mark vestigial crates as "publish=false"Nick Mathewson2023-07-031-0/+3
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* 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
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Upgrade to latest async-broadcastNick Mathewson2023-01-201-1/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* 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
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-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-242-0/+4
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Style fixes to tor-events errors.Nick Mathewson2022-06-221-2/+2
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-2/+2
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-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
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | 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
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1