<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-client, branch arti-v2.5.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.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-30T15:30:57Z</updated>
<entry>
<title>Merge branch 'version-bumps'</title>
<updated>2026-06-30T15:30:57Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T15:30:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e1f077b83d9a815afd01c546842d087be1debf2d'/>
<id>urn:sha1:e1f077b83d9a815afd01c546842d087be1debf2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update release date for 2.5.0</title>
<updated>2026-06-30T13:51:05Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T13:51:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e01340a489a2b2b4f55995c0e57d039d38ff8e3'/>
<id>urn:sha1:9e01340a489a2b2b4f55995c0e57d039d38ff8e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version bumps for 2.5.0</title>
<updated>2026-06-30T13:42:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T13:42:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=245b03f5a48b4e58f8c84f072920160fc87be500'/>
<id>urn:sha1:245b03f5a48b4e58f8c84f072920160fc87be500</id>
<content type='text'>
Closes #2617.

We've lucked out this time, and it turns out that every one of our
published crates gets a minor bump.  So this was generated with:

```
for cr in $(./maint/list-crates); do
   cargo set-version -p $cr --bump minor
done
```
</content>
</entry>
<entry>
<title>Merge branch 'msrv-1.91' into 'main'</title>
<updated>2026-06-18T09:23:21Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-18T09:23:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=86ec7588cb4810769c4c2479361c872dd18324d7'/>
<id>urn:sha1:86ec7588cb4810769c4c2479361c872dd18324d7</id>
<content type='text'>
Bump MSRV to 1.91

See merge request tpo/core/arti!4105</content>
</entry>
<entry>
<title>Merge branch 'misc_string_slices_1' into 'main'</title>
<updated>2026-06-18T09:18:16Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-18T09:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=15cf78fea4f5d141c8bcaab3ba291e1fa882372f'/>
<id>urn:sha1:15cf78fea4f5d141c8bcaab3ba291e1fa882372f</id>
<content type='text'>
Fix string_slice exceptions outside of netdoc

See merge request tpo/core/arti!4092</content>
</entry>
<entry>
<title>Bump MSRV to 1.91</title>
<updated>2026-06-15T13:18:11Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-15T12:59:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e93e0e2f9f42f526a8e1aa64e6ea659ef31dd800'/>
<id>urn:sha1:e93e0e2f9f42f526a8e1aa64e6ea659ef31dd800</id>
<content type='text'>
This commit bumps the MSRV to 1.91 which was released on 2025-10-30.

The Cargo.toml files were updated as follows:
```sh
git ls-files | \
    grep ".*Cargo\.toml$" | \
    xargs sed -i '' 's/^rust-version = "1\.89"$/rust-version = "1\.91"/g'
```

The following files were updated manually:
```
	modified:   .gitlab-ci.yml
	modified:   README.md
	modified:   flake.nix
	modified:   maint/docker-android/Dockerfile
```
</content>
</entry>
<entry>
<title>arti-client: warn if reconfig left client in inconsistent state</title>
<updated>2026-06-11T20:17:08Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-11T20:00:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0e1d0bab6250fd6269fea965cc867918e43256d'/>
<id>urn:sha1:c0e1d0bab6250fd6269fea965cc867918e43256d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'cgo-stable' into 'main'</title>
<updated>2026-06-10T19:33:06Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T19:33:06Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=304fe40a2d6a90048a3c5fe0bcaddce0d963f254'/>
<id>urn:sha1:304fe40a2d6a90048a3c5fe0bcaddce0d963f254</id>
<content type='text'>
Mark "counter-galois-onion" as stable

Closes #2550

See merge request tpo/core/arti!4069</content>
</entry>
<entry>
<title>arti-client: remove string slices</title>
<updated>2026-06-10T17:17:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T16:56:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=fb22932549237def79c90efef41c2fd3904e91e1'/>
<id>urn:sha1:fb22932549237def79c90efef41c2fd3904e91e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti-client: add "dep:" prefix to "tor-rpcbase"</title>
<updated>2026-06-10T15:57:19Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T15:55:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0969fa74b254ac14e7057ac1bcd394446f58d509'/>
<id>urn:sha1:0969fa74b254ac14e7057ac1bcd394446f58d509</id>
<content type='text'>
</content>
</entry>
</feed>
