<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-cell, 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-30T13:42:13Z</updated>
<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>tor-cell: remove `derive_more::Into` for `RelayEarly`</title>
<updated>2026-06-24T17:09:18Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-24T16:49:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6c322cb64c54538efd486055f050dd924e9ff357'/>
<id>urn:sha1:6c322cb64c54538efd486055f050dd924e9ff357</id>
<content type='text'>
We don't use this anymore, and it can lead to subtle bugs since we lose
the original channel message command.
</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 'flowctrl-tests' into 'main'</title>
<updated>2026-06-16T14:38:41Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-16T14:38:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a9e152b61bf765fe38438cd8f0dbcfe42ee4a3ec'/>
<id>urn:sha1:a9e152b61bf765fe38438cd8f0dbcfe42ee4a3ec</id>
<content type='text'>
tor-proto: Add unit test for `XonXoffReader`

See merge request tpo/core/arti!4093</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>tor-cell: document that destroy reason should be NONE</title>
<updated>2026-06-12T18:23:58Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T15:07:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c6abf9de08d673c84cb7f6f642764b1ace9c95b9'/>
<id>urn:sha1:c6abf9de08d673c84cb7f6f642764b1ace9c95b9</id>
<content type='text'>
The spec was recently updated in [1],
so we should make this clearer in our code comments.

[1]: https://gitlab.torproject.org/tpo/core/torspec/-/merge_requests/490
</content>
</entry>
<entry>
<title>tor-cell: impl `PartialEq + Eq` on `XonKbpsEwma`</title>
<updated>2026-06-10T18:59:07Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-06-10T18:59:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2fd5850486c633cbd03205f7ee674ced46ea91c8'/>
<id>urn:sha1:2fd5850486c633cbd03205f7ee674ced46ea91c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'clippy-string-slice' into 'main'</title>
<updated>2026-06-10T12:44:52Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-10T12:44:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0400288b1f65ca489a6d27f357331618e132eb1c'/>
<id>urn:sha1:0400288b1f65ca489a6d27f357331618e132eb1c</id>
<content type='text'>
Lint for clippy::string_slice

See merge request tpo/core/arti!4086</content>
</entry>
<entry>
<title>maint: Run maint/add_warning to deny string slices</title>
<updated>2026-06-09T15:36:01Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9f5752a77fb57052c06ead0eeae606831f1e8e97'/>
<id>urn:sha1:9f5752a77fb57052c06ead0eeae606831f1e8e97</id>
<content type='text'>
This commit executes maint/add_warning with the just added change to
deny string slices except in tests.

I recommend auditing this by checking out the previous commit followed
by running the script yourself and then verifying that the diff is
identical to this commit.

This commit makes cargo clippy fail.  We will add exceptions in the next
commit.
</content>
</entry>
<entry>
<title>Bump derive-deftly to 1.11.3</title>
<updated>2026-06-09T15:00:06Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-09T14:59:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d8fcae5af5c85e77ce7e5a1377314f607172c06'/>
<id>urn:sha1:8d8fcae5af5c85e77ce7e5a1377314f607172c06</id>
<content type='text'>
New beta semver policy means we should pin the patchlevel.
</content>
</entry>
</feed>
