<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtcompat/Cargo.toml, 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-02T18:35:44Z</updated>
<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>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 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>
<entry>
<title>Bump MSRV from 1.86 to 1.89</title>
<updated>2026-02-16T15:22:24Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-09T11:29:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c48a2ba6771016e7c57f02cfb99d62c3e5b34bc4'/>
<id>urn:sha1:c48a2ba6771016e7c57f02cfb99d62c3e5b34bc4</id>
<content type='text'>
As agreed at our last team meeting.

See
https://gitlab.torproject.org/tpo/core/arti/#minimum-supported-rust-version
</content>
</entry>
<entry>
<title>release: Bump `arti-*` and `tor-*` crates to 0.39.0</title>
<updated>2026-02-02T17:03:49Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2026-02-02T16:41:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b80fc6060ca05104f6a2d499b39778cd51bb1b76'/>
<id>urn:sha1:b80fc6060ca05104f6a2d499b39778cd51bb1b76</id>
<content type='text'>
Done via:

```
for crate in $(./maint/list-crates  | rg '^(tor|arti-)'); do
        cargo set-version -p $crate 0.39.0
done
```
</content>
</entry>
<entry>
<title>rtcompat: restore tls-server test.</title>
<updated>2026-02-02T15:02:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T18:03:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8664ad9a2f16683db609a23c654d1ea99dc933b2'/>
<id>urn:sha1:8664ad9a2f16683db609a23c654d1ea99dc933b2</id>
<content type='text'>
Now that tor-cert-x509 is its own crate, we can use that,
and avoid the circular dependency.

Closes #2330.
</content>
</entry>
<entry>
<title>Merge branch 'main' into 'main'</title>
<updated>2026-02-02T14:51:20Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-02T14:51:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f6aea5369967ae64be90f022ea8e4e5c0d03c28c'/>
<id>urn:sha1:f6aea5369967ae64be90f022ea8e4e5c0d03c28c</id>
<content type='text'>
fix(minver): Update paste dependency to be minver compatible

See merge request tpo/core/arti!3610</content>
</entry>
<entry>
<title>rtcompat: Temporarily disable tls-server test.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-29T14:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f80d0301058e3683b62da75a9a6f31d6ddf0a2f7'/>
<id>urn:sha1:f80d0301058e3683b62da75a9a6f31d6ddf0a2f7</id>
<content type='text'>
It would introduce a circular dev-dependency, which is not
well-supported by cargo publish.  I hope to resolve this and
re-enable the test in #2330.
</content>
</entry>
<entry>
<title>Run "cargo sort" on tor-rtcompat.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T17:52:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=27cc5322d66020a4943eb5a54d18d9dabd799b35'/>
<id>urn:sha1:27cc5322d66020a4943eb5a54d18d9dabd799b35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtcompat: Unit test for TLS server code.</title>
<updated>2026-01-29T17:56:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-28T17:50:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=df64cc08427ed7b4b831817834fe8840f1acd68b'/>
<id>urn:sha1:df64cc08427ed7b4b831817834fe8840f1acd68b</id>
<content type='text'>
</content>
</entry>
</feed>
