<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v2.1.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.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-03T10:11:13Z</updated>
<entry>
<title>Update the release date for today's release</title>
<updated>2026-03-03T10:11:13Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-03T10:11:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f843832c5a5aba3a56c77f2179713c7fcb270b2a'/>
<id>urn:sha1:f843832c5a5aba3a56c77f2179713c7fcb270b2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch '2.1.0-bumps' into 'main'</title>
<updated>2026-03-02T18:35:44Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T18:35:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96263d6fc6ca0994ddf102d68094d25e984145c6'/>
<id>urn:sha1:96263d6fc6ca0994ddf102d68094d25e984145c6</id>
<content type='text'>
Version bumps for 2.1.0

See merge request tpo/core/arti!3733</content>
</entry>
<entry>
<title>Merge branch 'release-date' into 'main'</title>
<updated>2026-03-02T18:21:32Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T18:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=eb724fd64b4d751cdd94c3a5d5234a734b889c38'/>
<id>urn:sha1:eb724fd64b4d751cdd94c3a5d5234a734b889c38</id>
<content type='text'>
Update release date in preparation for today's release

See merge request tpo/core/arti!3734</content>
</entry>
<entry>
<title>arti: Add placeholder derive-deftly feature</title>
<updated>2026-03-02T18:17:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T18:13:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=23888e16ded69489a66f3f1bc4969a6cdda17850'/>
<id>urn:sha1:23888e16ded69489a66f3f1bc4969a6cdda17850</id>
<content type='text'>
`derive-deftly` used to be an optional dependency in `arti` (with a
corresponding `derive-deftly` feature to enable it).

In 28081850a5b475e9ae557a926d7f9a08a2ac9c82, we made `derive-deftly` a
non-optional dependency, which made the implicit feature disappear. This
was detected as a semver breakage by `cargo-semver-checks`, so I am
adding a placeholder deprecated feature to make sure this doesn't break
anyone's builds.
</content>
</entry>
<entry>
<title>Update release date in preparation for today's release</title>
<updated>2026-03-02T17:51:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:51:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4c9d24d9f7a63cd7401d141940fcf90bc3aad7fc'/>
<id>urn:sha1:4c9d24d9f7a63cd7401d141940fcf90bc3aad7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump arti crate to 2.1.0</title>
<updated>2026-03-02T17:43:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:43:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c7b94bf659658467d4554ae3f0ce8ab9646b297d'/>
<id>urn:sha1:c7b94bf659658467d4554ae3f0ce8ab9646b297d</id>
<content type='text'>
Done using:

```
cargo set-version --bump minor -p arti
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.40.0.</title>
<updated>2026-03-02T17:42:42Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:42:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=404764338e0f5df7209c89c4a48ad50e53423bd1'/>
<id>urn:sha1:404764338e0f5df7209c89c4a48ad50e53423bd1</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.40.0
done
</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench</title>
<updated>2026-03-02T17:41:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:41:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b2cfa215d341c1b5abe3b8ca85fe27cb17e54c6e'/>
<id>urn:sha1:b2cfa215d341c1b5abe3b8ca85fe27cb17e54c6e</id>
<content type='text'>
Done using

```
  (cd crates/hashx/bench &amp;&amp; cargo update)
  (cd crates/equix/bench &amp;&amp; cargo update)
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates</title>
<updated>2026-03-02T17:36:23Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:36:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d45c09c8e808c90c4fcb5416fd52c3c138b4871a'/>
<id>urn:sha1:d45c09c8e808c90c4fcb5416fd52c3c138b4871a</id>
<content type='text'>
The non-{arti-,tor-} crates are:
```
./maint/list-crates  | rg -v '^(tor|arti)'
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
futures-copy
```

Because this release bumps the MSRV, I am bumping the minor version of all of
them.

MINOR="
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
futures-copy
"

for crate in $MINOR; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Run fixup-features in preparation for release</title>
<updated>2026-03-02T11:05:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T11:05:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51998ae2d255a4e7e798f4814eca13007a9a3a80'/>
<id>urn:sha1:51998ae2d255a4e7e798f4814eca13007a9a3a80</id>
<content type='text'>
</content>
</entry>
</feed>
