<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-rtmock, branch arti-v1.4.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.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-03-31T17:59:51Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.29.0.</title>
<updated>2025-03-31T17:59:51Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:34:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1be579f99a7c0784bd7710f9ee6ee9a6b10c85df'/>
<id>urn:sha1:1be579f99a7c0784bd7710f9ee6ee9a6b10c85df</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.29.0
done
```
</content>
</entry>
<entry>
<title>Upgrade strum dependency to 0.27.1.</title>
<updated>2025-03-27T14:18:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-27T11:53:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2253d7695e58565d8ddc6d0b014489726554fb1f'/>
<id>urn:sha1:2253d7695e58565d8ddc6d0b014489726554fb1f</id>
<content type='text'>
In 0.27.0, strum's MSRV was bumped to 1.66.1, but that's okay because
ours is 1.77.

We aren't affected by any of its [breaking changes].

[breaking changes]: https://github.com/Peternator7/strum/blob/master/CHANGELOG.md#0270
</content>
</entry>
<entry>
<title>AF_UNIX terminology: Rename two error structs</title>
<updated>2025-03-24T13:58:54Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T15:52:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73157920ffa84d6f1580170a0e40e5fbe3106a67'/>
<id>urn:sha1:73157920ffa84d6f1580170a0e40e5fbe3106a67</id>
<content type='text'>
We change `NoUnixAddressSupport` to `NoAfUnixSocketSupport` because it
doesn't make much sense to talk about support for the addresses
separately from support for the sockets.
</content>
</entry>
<entry>
<title>Upgrade rand dependency to 0.9.</title>
<updated>2025-03-18T16:09:44Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-03-17T17:56:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e806f007efb84e40bf17ac1444b35ddab9abc83f'/>
<id>urn:sha1:e806f007efb84e40bf17ac1444b35ddab9abc83f</id>
<content type='text'>
(Per discussion at #1774, we think the changes are acceptable.)

This commit won't compile on its own; subsequent commits will fix it.
</content>
</entry>
<entry>
<title>tor-rtmock: Add since= to deprecateds (formatting)</title>
<updated>2025-03-06T17:34:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T17:34:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=220d2f3a921ad8f6e8292ecee110525e7fd5ea4b'/>
<id>urn:sha1:220d2f3a921ad8f6e8292ecee110525e7fd5ea4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtmock: Add since= to deprecateds</title>
<updated>2025-03-06T17:33:14Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T17:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1f95a2de4b7be81ddd754e90c0dd29b464dd4647'/>
<id>urn:sha1:1f95a2de4b7be81ddd754e90c0dd29b464dd4647</id>
<content type='text'>
As per
  https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2843#note_3169975
</content>
</entry>
<entry>
<title>tor-rtmock: Fiddle with a comment format</title>
<updated>2025-03-06T17:22:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T17:18:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bc53a99a94ca3d8058f2728f66a7dbad9fea7db5'/>
<id>urn:sha1:bc53a99a94ca3d8058f2728f66a7dbad9fea7db5</id>
<content type='text'>
For some reason rustfmt wants to mess with this.  Forestall it.
</content>
</entry>
<entry>
<title>tor-rtmock: Actually apply deprecated attr to deprecated time.rs</title>
<updated>2025-03-06T17:19:20Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-06T17:04:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c2e30040e5ff668d91560b0f863a4afd6fb223b'/>
<id>urn:sha1:3c2e30040e5ff668d91560b0f863a4afd6fb223b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-rtcompat: Rename spawn_thread to spawn_blocking</title>
<updated>2025-03-04T17:33:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-04T15:39:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=11049b07c419fc7544c382a98ea8366d6b468daf'/>
<id>urn:sha1:11049b07c419fc7544c382a98ea8366d6b468daf</id>
<content type='text'>
Let's use Tokio terminology here.
</content>
</entry>
<entry>
<title>tor-rtcompat: Remove the TODO re #1835</title>
<updated>2025-03-04T17:33:25Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-03-04T15:25:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cec18452f04590dcc3283f37a6d068d4516f2a2'/>
<id>urn:sha1:1cec18452f04590dcc3283f37a6d068d4516f2a2</id>
<content type='text'>
This is the TODO we are fixing with this MR.
</content>
</entry>
</feed>
