<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/hashx/bench, branch arti-v1.6.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.6.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-02T15:45:08Z</updated>
<entry>
<title>release: Update lockfiles.</title>
<updated>2025-10-02T15:45:08Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-10-02T15:45:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8d3b9f24c86c1d2acd6a2ec7815d3ffc1ce6cf5f'/>
<id>urn:sha1:8d3b9f24c86c1d2acd6a2ec7815d3ffc1ce6cf5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update lockfiles in equix, hashx.</title>
<updated>2025-08-28T17:50:27Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T17:50:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d67c332fc06b6ddebd047ec0881fd2926398c470'/>
<id>urn:sha1:d67c332fc06b6ddebd047ec0881fd2926398c470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run "cargo update" in preparation for release.</title>
<updated>2025-08-28T12:24:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-28T12:24:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b760d7e7cc41df49599ab3bba1b1f63945455f8d'/>
<id>urn:sha1:b760d7e7cc41df49599ab3bba1b1f63945455f8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to criterion 0.7</title>
<updated>2025-08-28T00:19:42Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-27T23:55:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1d79b0db3db48c9691952b3cce5b767cdc35851e'/>
<id>urn:sha1:1d79b0db3db48c9691952b3cce5b767cdc35851e</id>
<content type='text'>
Closes #2026.

We can do this now that criterion-cycles-per-byte has also upgraded.
</content>
</entry>
<entry>
<title>Switch Cargo.toml files to edition 2024.</title>
<updated>2025-08-07T15:28:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-08-06T01:19:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=77b0de43b8c67cdb81befe0680a3df43b6ad37bc'/>
<id>urn:sha1:77b0de43b8c67cdb81befe0680a3df43b6ad37bc</id>
<content type='text'>
First, run

```
git grep -l "^edition =" |
    xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;'
```

Second, manually verify that all Cargo.toml files have changed,
and nothing else has changed.

Third, run cargo fmt again.
</content>
</entry>
<entry>
<title>Update hashx-bench lockfile</title>
<updated>2025-08-05T12:10:19Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-08-05T12:10:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8e58f003671c19edeaeea58c12f3f210a3fe6989'/>
<id>urn:sha1:8e58f003671c19edeaeea58c12f3f210a3fe6989</id>
<content type='text'>
cd crates/hashx/bench &amp;&amp; cargo update
</content>
</entry>
<entry>
<title>hashx, equix: Update lock files.</title>
<updated>2025-07-07T17:53:01Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T17:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8703a616330f162a42cefe85dd1ce457fc700de1'/>
<id>urn:sha1:8703a616330f162a42cefe85dd1ce457fc700de1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2025-07-07T17:41:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-07-07T17:13:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7330578a311dea094b6b1055ff87e78360c20049'/>
<id>urn:sha1:7330578a311dea094b6b1055ff87e78360c20049</id>
<content type='text'>
Done using

```
  (cd crates/hashx/bench &amp;&amp; cargo update)
  (cd crates/equix/bench &amp;&amp; cargo update)
```
</content>
</entry>
<entry>
<title>release: Update the bench crates from equix and hashx.</title>
<updated>2025-06-05T10:37:44Z</updated>
<author>
<name>Alexander Hansen Færøy</name>
<email>ahf@torproject.org</email>
</author>
<published>2025-06-05T10:37:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=bd8c8b0102e5caeaebd1ff9ca9dd98e0b6f36fef'/>
<id>urn:sha1:bd8c8b0102e5caeaebd1ff9ca9dd98e0b6f36fef</id>
<content type='text'>
Done using:

cd crates/hashx/bench &amp;&amp; cargo update
cd crates/equix/bench &amp;&amp; cargo update
</content>
</entry>
<entry>
<title>release: Update Cargo.lock files.</title>
<updated>2025-05-01T16:22:28Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2025-05-01T16:21:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d9a0f3764464bb7aa6c40ae4f8ff0df0b2007264'/>
<id>urn:sha1:d9a0f3764464bb7aa6c40ae4f8ff0df0b2007264</id>
<content type='text'>
</content>
</entry>
</feed>
