<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/Cargo.toml, branch arti-v2.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-01T16:32:03Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.43.0</title>
<updated>2026-06-01T16:32:03Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-01T16:32:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2100e7c8586af3616310d2bc18bbe971af77f1f1'/>
<id>urn:sha1:2100e7c8586af3616310d2bc18bbe971af77f1f1</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list-crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.43.0
done
```
</content>
</entry>
<entry>
<title>Upgrade rand crates to 0.10.</title>
<updated>2026-05-12T20:55:43Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-05-07T20:06:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a18167928901d8c88cd1cdd87346de8ad1ee42a2'/>
<id>urn:sha1:a18167928901d8c88cd1cdd87346de8ad1ee42a2</id>
<content type='text'>
When the circ-padding feature is enabled, we use maybenot, which does
not yet support rand 0.10. In the meantime, enabling this feature pulls
in rand 0.9. This is not ideal, but should be okay as a temporary
situation.

This also replaces the use of ReseedingRng (which was removed in 0.10)
with the reseeding_rng crate. This is somewhat less performant, but it
should be okay.
</content>
</entry>
<entry>
<title>tor-netdoc: Document retain-unknown feature in README</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:45:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7b0c615c54d9fcc365affc044acd792369d4e2d8'/>
<id>urn:sha1:7b0c615c54d9fcc365affc044acd792369d4e2d8</id>
<content type='text'>
Part of #2492.
</content>
</entry>
<entry>
<title>tor-netdoc: Document hs-pow-full feature in README</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:42:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9489a0a2e6f350ce5b3113c72bf462e5d5afa8b9'/>
<id>urn:sha1:9489a0a2e6f350ce5b3113c72bf462e5d5afa8b9</id>
<content type='text'>
Move the docs from Cargo.toml to README, and expand them.

Part of #2492.
</content>
</entry>
<entry>
<title>tor-netdoc: Abolish empty undocumented feature dangerous-expose-struct-fields</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:31:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=21f7487b05255b7c5c63563303b365408f549d2f'/>
<id>urn:sha1:21f7487b05255b7c5c63563303b365408f549d2f</id>
<content type='text'>
This was all un-cfg-gated previously.
</content>
</entry>
<entry>
<title>tor-netdoc: Tidy Cargo.toml features section a bit</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:30:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4727a32d31a9958360834cddb1621ee4e71881c0'/>
<id>urn:sha1:4727a32d31a9958360834cddb1621ee4e71881c0</id>
<content type='text'>
Remove some otiose and leftover docs ("Testing only" related to
`hs-inner-docs`, now gone) and now-redundant blank lines.
</content>
</entry>
<entry>
<title>tor-netdoc: Document the `testing` feature</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:29:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e37f6598513eb6079d0992a8204917ff55c8a455'/>
<id>urn:sha1:e37f6598513eb6079d0992a8204917ff55c8a455</id>
<content type='text'>
We don't need to say it doesn't adhere to semver since every release
of tor-netdoc is uses a semver-breaking version.

But we do need to say we don't take any care about compatibility.
</content>
</entry>
<entry>
<title>tor-netdoc: Abolish empty undocumented feature ns-vote</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:24:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3b9469fef760b5d45e53749280d55d7b1e46aa0f'/>
<id>urn:sha1:3b9469fef760b5d45e53749280d55d7b1e46aa0f</id>
<content type='text'>
This was never documented.  The relevant code is now part of
"incomplete".

Part of #2492.
</content>
</entry>
<entry>
<title>tor-netdoc: Abolish empty undocumented feature parse2</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:22:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d57627dda5f6295e44f3d7e1688fc0a9bfd1a289'/>
<id>urn:sha1:d57627dda5f6295e44f3d7e1688fc0a9bfd1a289</id>
<content type='text'>
This was never documented.  The relevant code is now either
unconditional, or part of "incomplete".

Part of #2492.
</content>
</entry>
<entry>
<title>tor-netdoc: Abolish deprecated features plain-consensus, routerdesc</title>
<updated>2026-05-12T10:10:07Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-05-11T14:13:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba78a01d258b89a57bb84192fc7911cab99c58f7'/>
<id>urn:sha1:ba78a01d258b89a57bb84192fc7911cab99c58f7</id>
<content type='text'>
These were deprecated in the last release.  Now we can remove them.

Also remove ns_consensus which was never really documented.

Part of #2492.
</content>
</entry>
</feed>
