summaryrefslogtreecommitdiff
path: root/examples/hyper
Commit message (Collapse)AuthorAgeFilesLines
* examples, fixup-features: use inline vars in format stringNick Mathewson2025-05-291-1/+1
| | | | Nightly clippy now suggests this.
* ./maint/cargo_sort: Run cargo-sort on the entire workspace.Gabriela Moldovan2025-05-271-1/+7
| | | | | | | | | | | | | | | | | | | The [latest version] of `cargo-sort` is more opinionated than the previous one, and is now causing the `rust-checks` job to fail on `main`. This commit applies the fixes needed to satisfy the new `cargo-sort` rules. These changes were generated by running `cargo sort --workspace` several times, until `cargo sort --check --workspace` finally succeeded (it couldn't fix all the errors in one go, for some reason). I have omitted the changes `cargo-sort` made to the top-level `Cargo.toml`, to preserve the topological ordering of the workspace members. Closes #2014 [latest version]: https://github.com/DevinR528/cargo-sort/blob/f066ae80e5e6f5c1d8f0e2b8099461dcb97d9656/changelog.md#200
* examples: Use onion_address() instead of depricated onion_name()vcrn2025-03-141-1/+1
|
* examples: Use is_fully_reachable() in examples/Clara Engler2025-03-131-1/+11
|
* remove unused dependenciestrinity-1686a2024-04-021-2/+1
| | | | Edited-by: Nick Mathewson <[email protected]>
* Run "fixup-features" in preparation for next release.Nick Mathewson2024-03-282-0/+6
|
* Examples using hyper v1ramidzkh2024-01-116-0/+255