summaryrefslogtreecommitdiff
path: root/crates/tor-error/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* 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