<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.lock, branch arti-v1.2.6</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.6'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-08-01T15:58:26Z</updated>
<entry>
<title>Merge branch 'version-bumps-arti-v1.2.6' into 'main'</title>
<updated>2024-08-01T15:58:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:58:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55512ff45f643e6eac63fe4969b8d91e773d08fa'/>
<id>urn:sha1:55512ff45f643e6eac63fe4969b8d91e773d08fa</id>
<content type='text'>
Version bumps for Arti 1.2.6

See merge request tpo/core/arti!2303</content>
</entry>
<entry>
<title>Bump "arti" crate to 1.2.6</title>
<updated>2024-08-01T15:15:11Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:12:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b12219b6dc58d4133f309e7f201abb503563aeff'/>
<id>urn:sha1:b12219b6dc58d4133f309e7f201abb503563aeff</id>
<content type='text'>
Done with

```
cargo set-version --bump patch -p arti
```
</content>
</entry>
<entry>
<title>Bump versions for tor- and arti- crates to 0.21.0</title>
<updated>2024-08-01T15:09:32Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:09:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5c2019c5e55a370877b92af67312714b7660847c'/>
<id>urn:sha1:5c2019c5e55a370877b92af67312714b7660847c</id>
<content type='text'>
This is the result of:

```
for crate in $( ./maint/list_crates  |grep '^\(tor\|arti-\)' ); do
    cargo set-version -p $crate 0.21.0
done
```
</content>
</entry>
<entry>
<title>Minor bumps on fslock-guard, fs-mistrust, equix</title>
<updated>2024-08-01T15:01:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:01:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3978b76e84a4c9fbcb51391dcf84a4e7920dfa06'/>
<id>urn:sha1:3978b76e84a4c9fbcb51391dcf84a4e7920dfa06</id>
<content type='text'>
No updates on their dependents, because:

   fslock-guard (only tests have changed)
   equix (only change is removal of a private constant)
   fs-mistrust (documentation, formatting, and use of Path::try_exists in tests)
</content>
</entry>
<entry>
<title>Unpin cc</title>
<updated>2024-08-01T14:35:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-01T13:34:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2b9440aba8ab8bc6cc573c48b71dd19c940fa785'/>
<id>urn:sha1:2b9440aba8ab8bc6cc573c48b71dd19c940fa785</id>
<content type='text'>
The previous commit added a pinned dep on cc 1.0.93, which we don't
want.

See also !2231
</content>
</entry>
<entry>
<title>Cargo.lock: Downgrade cc again</title>
<updated>2024-08-01T14:35:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-08-01T13:26:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b8d777dbb032bf230a012aca59299242219440'/>
<id>urn:sha1:77b8d777dbb032bf230a012aca59299242219440</id>
<content type='text'>
Roughly the same as 32a45edb84a210eb9fa692f7f339b2a0b20cb1c6.

Add the line to arti's Cargo.toml for convenience for next time.
</content>
</entry>
<entry>
<title>Run "cargo update" in preparation for release.</title>
<updated>2024-08-01T14:35:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T12:12:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a86bce1e358dc5e4ba1cda1a3da86c2da79f2fb8'/>
<id>urn:sha1:a86bce1e358dc5e4ba1cda1a3da86c2da79f2fb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ffi: use void to omit unreachable "on invalid" blocks</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-30T21:06:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c4c9e72d4cc76d58c577d15dbaea67507b108f3'/>
<id>urn:sha1:9c4c9e72d4cc76d58c577d15dbaea67507b108f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rpc: Initial core of an FFI interface.</title>
<updated>2024-07-31T17:54:16Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-17T12:16:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f6c1ffe05a4eaa61c30070a74716eb2f74710784'/>
<id>urn:sha1:f6c1ffe05a4eaa61c30070a74716eb2f74710784</id>
<content type='text'>
This only covers the absolute minimal API in order to launch a
connection and run simple requests, and it doesn't document anything
nearly well enough.  Nonetheless I think it's good enough for an
initial review, to make sure that we've got the basics right (as
well as a general consensus on the error handling API, naming, and
so forth).
</content>
</entry>
<entry>
<title>Update bytemuck to 1.16.3; previous version was yanked.</title>
<updated>2024-07-31T13:54:54Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-07-31T13:54:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6513bc8ca186f59e73ef112fef06e27c8fcf1ab8'/>
<id>urn:sha1:6513bc8ca186f59e73ef112fef06e27c8fcf1ab8</id>
<content type='text'>
</content>
</entry>
</feed>
