summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-1/+1
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-1/+1
* Merge branch 'orport' into 'main'opara2024-09-301-0/+1
|\
| * tor-basic-utils: add `n_key_list` macroSteven Engler2024-09-231-0/+1
* | Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-1/+1
* | Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'David Goulet2024-09-261-1/+1
|\ \
| * | Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
| |/
* / Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-2/+2
|/
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-1/+1
* Sort dependencies in tor-basic-utilsIan Jackson2024-08-271-1/+1
* byte_qty: Support deserialising from strings and floatsIan Jackson2024-08-271-0/+2
* byte_qty: Implement FromStr, and improve Display implIan Jackson2024-08-271-0/+1
* byte_qty: Make serde dependency optional in tor-basic-utilsIan Jackson2024-08-271-3/+2
* byte_qty: Move to tor-basic-utilsIan Jackson2024-08-271-0/+3
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-1/+1
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-1/+1
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-1/+1
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-1/+1
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Minor version bumps in crates with breaking changes.Nick Mathewson2023-10-311-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* 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
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-6/+0
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
* tor-basic-utils: Provide helper for serde flexible parsingIan Jackson2022-11-211-0/+2
* 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
* Merge branch 'multi_keyed_set' into 'main'Nick Mathewson2022-10-031-0/+2
|\
| * Require slab 0.4.4Nick Mathewson2022-10-031-1/+1
| * Include a HashSet variant that can be keyed on multiple keys.Nick Mathewson2022-10-031-0/+2
* | Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
|/
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-1/+1
* tor-basic-utils: Provide IoErrorExt is_not_a_directory()Ian Jackson2022-08-251-0/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Provide maybe_send on postage::watch::Sender, via extension traitIan Jackson2022-07-181-0/+2
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+1
* New facility for deterministic and reproducible test PRNGs.Nick Mathewson2022-06-021-0/+3
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-1/+1