<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-dirauth/Cargo.toml, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-04T20:10:16Z</updated>
<entry>
<title>Revert "Merge branch 'da-microdesc-calc' into 'main'"</title>
<updated>2026-08-04T20:10:16Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-08-04T20:10:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69501d8ca0f7d1702a8ea003f4fbe03f305bcc62'/>
<id>urn:sha1:69501d8ca0f7d1702a8ea003f4fbe03f305bcc62</id>
<content type='text'>
This reverts merge request !4264</content>
</entry>
<entry>
<title>tor-dirauth: tests: Test microdescriptor calculation against live data</title>
<updated>2026-08-04T09:53:31Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T11:09:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=89b99d1f34c164daa4dd21b58378a5bb4d02a7b1'/>
<id>urn:sha1:89b99d1f34c164daa4dd21b58378a5bb4d02a7b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirauth: Implement main microdescriptor calculation function</title>
<updated>2026-08-04T09:53:13Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-01T18:34:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e295d50365b8b1f5ddc23f23bde0a6d502c3e88a'/>
<id>urn:sha1:e295d50365b8b1f5ddc23f23bde0a6d502c3e88a</id>
<content type='text'>
This is actually quite simple now.
</content>
</entry>
<entry>
<title>tor-dirauth: Introduce new TrackedConsensusMethod type</title>
<updated>2026-08-04T09:52:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-22T10:22:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=63a1e328bf8f9f05934a3485cb5d58359ea36ed7'/>
<id>urn:sha1:63a1e328bf8f9f05934a3485cb5d58359ea36ed7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-dirauth: Rework tor-netdoc dependency</title>
<updated>2026-08-04T09:52:32Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T11:30:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=24526be5ad04982d4bddb6180588ea17f1cc71ff'/>
<id>urn:sha1:24526be5ad04982d4bddb6180588ea17f1cc71ff</id>
<content type='text'>
No longer request "experimental" - we don't need it.

We do need "testing" but only for our own tests, so that can go in
dev-dependencies.  Enable retain-unknown, which we'll need.
</content>
</entry>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>maint: ran 'cargo sort' in arti-dirauth and tor-dirauth</title>
<updated>2026-08-03T17:03:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T16:31:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7067b623b969de143964c4df38652a76e789138f'/>
<id>urn:sha1:7067b623b969de143964c4df38652a76e789138f</id>
<content type='text'>
I'm not actually sure what I did here. I was getting a lot of confusing
results from 'cargo sort' and 'maint/cargo-sort', so I ran a bunch of
commands until 'maint/cargo-sort' was okay. ('maint/cargo-sort' still
shows some errors, but not in arti-dirauth anymore.)

But as long as the 'maint/cargo-sort' in CI is okay with the changes,
then I think it's fine.
</content>
</entry>
<entry>
<title>maint: ran fixup-features</title>
<updated>2026-08-03T17:03:11Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T15:00:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=482ed436f0901fc3a91e6e2d63b40a107c0086ec'/>
<id>urn:sha1:482ed436f0901fc3a91e6e2d63b40a107c0086ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require derive-deftly 1.11.4</title>
<updated>2026-07-23T10:53:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T10:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a7d8be9527a5c0815170c50e90eeb7fcac97b110'/>
<id>urn:sha1:a7d8be9527a5c0815170c50e90eeb7fcac97b110</id>
<content type='text'>
We're about to *use* the fix that was in 1.11.4.  We already updated
the lockfile in !4228, so this is just Cargo.toml changes (which will
prevent the minimal-versions tests failing when we change the code to
rely on the fix).

git-grep -l '^derive-deftly'  |xargs perl -i~ -pe 's{\b\Q1.11.3\E\b}{1.11.4}g'
</content>
</entry>
<entry>
<title>Bump edition of tor-dirserver and tor-dirauth</title>
<updated>2026-07-22T12:23:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-22T12:23:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a6709f627b3b64437bbedfb5dde686388308f67'/>
<id>urn:sha1:3a6709f627b3b64437bbedfb5dde686388308f67</id>
<content type='text'>
Apparently these crate creations were outstanding when the workspace's
edition was increased.
</content>
</entry>
</feed>
