<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rpc-connect, branch arti-v2.0.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.0.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-02-02T17:03:49Z</updated>
<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>Merge branch 'unused-async-lint' into 'main'</title>
<updated>2026-01-28T17:46:56Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-28T17:46:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f44cbfaa024e24e5bc924cdee3d2db9dd4b40239'/>
<id>urn:sha1:f44cbfaa024e24e5bc924cdee3d2db9dd4b40239</id>
<content type='text'>
maint/add_warning: Deny clippy::unused_async

Closes #2328

See merge request tpo/core/arti!3613</content>
</entry>
<entry>
<title>rpc: Clarify comments on resolve() methods.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-27T16:40:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e4280aa3de42808ad9fe526461242a731f9c82bb'/>
<id>urn:sha1:e4280aa3de42808ad9fe526461242a731f9c82bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Generate a specific error for inet-auto:nonlocal</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-27T16:37:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d12cb534314eb9214bfe2cde5bfa45c6857c88a0'/>
<id>urn:sha1:d12cb534314eb9214bfe2cde5bfa45c6857c88a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc-connect: Implement json address-file format.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T20:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4246764e7c48eaefc060ad2814b5571f99a19540'/>
<id>urn:sha1:4246764e7c48eaefc060ad2814b5571f99a19540</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add rpc-client-side support for inet-auto addresses</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T18:36:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=988756dbc7c951c9047677b9ab3236223cbec841'/>
<id>urn:sha1:988756dbc7c951c9047677b9ab3236223cbec841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Add rpc-server-side support for inet-auto addresses.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-21T16:41:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=34070bdbd053bc9f6c2084c1e57d21d793e72260'/>
<id>urn:sha1:34070bdbd053bc9f6c2084c1e57d21d793e72260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Begin implementing inet-auto address scheme.</title>
<updated>2026-01-28T00:49:18Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-01-14T18:41:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=935983b0a9b7fd682b70e854b3c8d0ed77bcc144'/>
<id>urn:sha1:935983b0a9b7fd682b70e854b3c8d0ed77bcc144</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/add_warning: Run script to add new warning</title>
<updated>2026-01-27T18:05:36Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-01-27T18:05:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a98faf72eb06b47700faeeac5a8a0dd0fc29b584'/>
<id>urn:sha1:a98faf72eb06b47700faeeac5a8a0dd0fc29b584</id>
<content type='text'>
This adds the lint to all our crates.
</content>
</entry>
<entry>
<title>cargo: Upgrade dependencies potentially breaking</title>
<updated>2026-01-14T10:17:56Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-01-13T17:07:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6417700a870600e3602f1e85c377148ed8f4db8f'/>
<id>urn:sha1:6417700a870600e3602f1e85c377148ed8f4db8f</id>
<content type='text'>
</content>
</entry>
</feed>
