<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint, 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>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>Run "fixup-features".</title>
<updated>2026-06-30T12:03:01Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-06-30T12:03:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b9c7db0e3a3d3008a9413edd59cde3d805719ac9'/>
<id>urn:sha1:b9c7db0e3a3d3008a9413edd59cde3d805719ac9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'fix/add-warning-windows' into 'main'</title>
<updated>2026-06-29T19:59:02Z</updated>
<author>
<name>Jim Newsome</name>
<email>jnewsome@torproject.org</email>
</author>
<published>2026-06-29T19:59:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d25d68ef874481125e14501a0956ac7a08a5fdd'/>
<id>urn:sha1:1d25d68ef874481125e14501a0956ac7a08a5fdd</id>
<content type='text'>
Add Windows compatibility for maint/add_warning

See merge request tpo/core/arti!4084</content>
</entry>
<entry>
<title>Add Windows compatibility for maint/add_warning</title>
<updated>2026-06-29T19:59:02Z</updated>
<author>
<name>pryty26</name>
<email>pryty017@proton.me</email>
</author>
<published>2026-06-29T19:59:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3191c6bcea4ac616ca50fbe59738f6567f874c52'/>
<id>urn:sha1:3191c6bcea4ac616ca50fbe59738f6567f874c52</id>
<content type='text'>
</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>Merge branch 'bump-docker-imgs' into 'main'</title>
<updated>2026-06-10T16:52:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2026-06-10T16:52:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dccbd24a91dad11eb5e09acb8f20ef8705ab83d0'/>
<id>urn:sha1:dccbd24a91dad11eb5e09acb8f20ef8705ab83d0</id>
<content type='text'>
CI: Bump docker images

See merge request tpo/core/arti!4078</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>maint: Deny/Allow clippy::string_slice</title>
<updated>2026-06-09T15:34:54Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-09T15:34:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0e08954b48e062030bd64dd4d83bcda40aac7c54'/>
<id>urn:sha1:0e08954b48e062030bd64dd4d83bcda40aac7c54</id>
<content type='text'>
This commit denies clippy::string_slice but allows it for tests in
maint/add_warning.

The script will be executed in the next commit.
</content>
</entry>
<entry>
<title>CI: Bump build-repro docker images to rust 1.96</title>
<updated>2026-06-08T17:38:37Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-08T17:38:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=044ad5613a0ed12b3d13604f5931641bc877b64a'/>
<id>urn:sha1:044ad5613a0ed12b3d13604f5931641bc877b64a</id>
<content type='text'>
Part of #2559
</content>
</entry>
</feed>
