<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates, branch arti-v1.3.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-01-07T16:02:23Z</updated>
<entry>
<title>Update versions in crates/*/bench.</title>
<updated>2025-01-07T16:02:23Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T16:02:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35d3ec7a00f51662abd7c2018c5ff381bfd74884'/>
<id>urn:sha1:35d3ec7a00f51662abd7c2018c5ff381bfd74884</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump arti crate to 1.3.2</title>
<updated>2025-01-07T16:01:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:49:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41c604be68b44eab3fecb9c5f54efbe09c0900c3'/>
<id>urn:sha1:41c604be68b44eab3fecb9c5f54efbe09c0900c3</id>
<content type='text'>
Done with
```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump versions of internal arti crates for Arti 1.3.2</title>
<updated>2025-01-07T16:01:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:46:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8f4297f5e2712213910b50ced205c7b5aa0619b5'/>
<id>urn:sha1:8f4297f5e2712213910b50ced205c7b5aa0619b5</id>
<content type='text'>
The affected crates follow our regular versioning.
They all get bumped to 0.26.0.

Done with

```
for crate in $(./maint/list_crates |grep  '^arti-\|tor-' ); do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Patchlevel bumps for Arti 1.3.2</title>
<updated>2025-01-07T16:01:41Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:41:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6af4c35ccd82f856e802dc31a5f68deae100a56b'/>
<id>urn:sha1:6af4c35ccd82f856e802dc31a5f68deae100a56b</id>
<content type='text'>
These crates are versioned independently.

These crates have had changes to clippy warnings,
and to non-exported dependencies.

Additionally, the fs-mistrust crate has had
only backward-compatible changes, and no new APIs.

Therefore, these crates all get patchlevel bumps.
Other crates don't need their dependencies updated.

Done with
```
./maint/bump_nodep $(./maint/list_crates |grep -v '^arti\|tor' )
```
</content>
</entry>
<entry>
<title>Merge branch 'update' into 'main'</title>
<updated>2025-01-07T14:40:38Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-01-07T14:40:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=92b9c362d746ff3235c9e71c87ce935bcf46b921'/>
<id>urn:sha1:92b9c362d746ff3235c9e71c87ce935bcf46b921</id>
<content type='text'>
Run "cargo update" in preparation for release.

See merge request tpo/core/arti!2690</content>
</entry>
<entry>
<title>Merge branch 'mod-module-files' into 'main'</title>
<updated>2025-01-07T14:04:53Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T14:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d0bbc76dc44ff98b5f32c69168b07246e65afa7'/>
<id>urn:sha1:5d0bbc76dc44ff98b5f32c69168b07246e65afa7</id>
<content type='text'>
clippy: deny `mod_module_files`

See merge request tpo/core/arti!2689</content>
</entry>
<entry>
<title>Run "cargo update" in preparation for release.</title>
<updated>2025-01-07T13:47:55Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-07T13:47:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d0cf1763c6158caeabeb5ae2eee74d0fe817c6e7'/>
<id>urn:sha1:d0cf1763c6158caeabeb5ae2eee74d0fe817c6e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clippy: deny `mod_module_files`</title>
<updated>2025-01-06T23:09:41Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-01-06T23:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=252a3a803b2db65792db5bd51dee8950d8557e0d'/>
<id>urn:sha1:252a3a803b2db65792db5bd51dee8950d8557e0d</id>
<content type='text'>
Denies 'mod.rs' files for consistency.

https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
</content>
</entry>
<entry>
<title>fix: fix typos</title>
<updated>2025-01-06T20:36:37Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2024-12-25T20:48:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4acfc23b70c51d2637d0274943a82d1c94dec050'/>
<id>urn:sha1:4acfc23b70c51d2637d0274943a82d1c94dec050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'bump-dynasmrt-3.0.1' into 'main'</title>
<updated>2025-01-06T20:11:43Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-06T20:11:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=68f88bba440e8c5ed95c777e2aad252b949b5b81'/>
<id>urn:sha1:68f88bba440e8c5ed95c777e2aad252b949b5b81</id>
<content type='text'>
Bump to dynasmrt 3.0.1

Closes #1608

See merge request tpo/core/arti!2686</content>
</entry>
</feed>
