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