summaryrefslogtreecommitdiff
path: root/crates/tor-error/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
...
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* tor-error, arti: Bump backtrace to 0.3.68.Gabriela Moldovan2023-08-151-1/+1
* Merge branch 'bump_versions_117' into 'main'arti-v1.1.7Nick Mathewson2023-08-011-2/+2
|\
| * Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
| * Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-1/+1
* | Run "fixup features" in preparation for a release.Nick Mathewson2023-08-011-1/+1
|/
* retry-error: Provide fmt_error_with_sources in retry-errorIan Jackson2023-07-191-0/+1
* tor-error: tracing module: Use macro to generate macrosIan Jackson2023-07-071-0/+1
* event_report: assert correctness of format endingNick Mathewson2023-07-071-0/+3
* tor-error: Add optional tracing supportNick Mathewson2023-07-071-1/+2
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-1/+1
* Upgrade to strum 0.25.Nick Mathewson2023-06-211-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-5/+6
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* tor-error: Add ErrorKinds for RPC errors.Nick Mathewson2023-04-121-1/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* tor-error: Put OnionService errors behind a new experimental-api featureIan Jackson2023-03-311-0/+1
* Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-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
* Require derive_more 0.99.3Ian Jackson2022-11-031-1/+1
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-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
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+1
* Move tor-error crate to the "rust-patterns" category.Nick Mathewson2022-05-271-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-1/+1
* Fix grammar and typosSamanta Navarro2022-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
* RetryTime: use strum::EnumDiscriminants to simplify loose_cmp.Nick Mathewson2022-04-041-0/+1
* tor-error: Add a new RetryTime type and related trait.Nick Mathewson2022-04-041-0/+1
* Reformat tor-error/Cargo.tomlNick Mathewson2022-04-041-3/+3
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
* Update minimum backtrace version to 0.3.39Nick Mathewson2022-02-251-1/+1
* Require backtrace 0.3.8.Nick Mathewson2022-02-041-1/+1
* spawn errors: impl HasKind for futures::SpawnErrorIan Jackson2022-02-041-0/+2
* tor-error: Introduce InternalError as a type and a kindIan Jackson2022-02-041-0/+4
* tor-error: Skeleton for new crateIan Jackson2022-02-041-0/+16