<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/equix, 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:07:28Z</updated>
<entry>
<title>Run "cargo update" for crates/{equix/hashx}/bench.</title>
<updated>2024-08-01T15:07:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-08-01T15:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=13b6376f7ba6e815b23e1bc58ff6d361b1fbcf4a'/>
<id>urn:sha1:13b6376f7ba6e815b23e1bc58ff6d361b1fbcf4a</id>
<content type='text'>
</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>hashx: Abolish Shape::BUCKET_CAPACITY</title>
<updated>2024-07-08T10:35:21Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-07-08T10:15:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=db56a50a5aa0849ed5b11a49cf122746f7990d9d'/>
<id>urn:sha1:db56a50a5aa0849ed5b11a49cf122746f7990d9d</id>
<content type='text'>
This is not used anywhere.  It's not clear to we why it exists and I
think we can safely delete it.
</content>
</entry>
<entry>
<title>Run cargo update for {hashx,equix}/bench.</title>
<updated>2024-06-05T15:12:06Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T15:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=87313a303e7d2befda0c346bdd9a3daa759b8607'/>
<id>urn:sha1:87313a303e7d2befda0c346bdd9a3daa759b8607</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>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2024-06-05T15:05:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T15:01:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=517bc25f2a1b88a53a6a9b765d82a67ca4fe47e7'/>
<id>urn:sha1:517bc25f2a1b88a53a6a9b765d82a67ca4fe47e7</id>
<content type='text'>
* crates that have no changes: none
* crates that only have non-functional changes (bump the patch version):
  - test-temp-dir
  - fslock-guard
  - hashx
  - equix
  - caret
  - fs-mistrust
  - safelog
  - retry-error

Done using

```
for c in "${non_functional[@]}"; do maint/bump_nodep $c; done
```

where `non_functional` contains the list above
</content>
</entry>
<entry>
<title>Rename bucket-array-api feature to bucket-array</title>
<updated>2024-05-07T18:52:36Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T18:52:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0ef90866793c1529a3cfb697fd834181e684b451'/>
<id>urn:sha1:0ef90866793c1529a3cfb697fd834181e684b451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>equix: Add a rustdoc warning exception.</title>
<updated>2024-05-07T16:08:59Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T16:08:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=efea1f2583637b19e054584e9ced0d627757e0c0'/>
<id>urn:sha1:efea1f2583637b19e054584e9ced0d627757e0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>equix: use a feature to expose bucket array API.</title>
<updated>2024-05-07T15:41:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-07T15:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c016828477d9e9195b49bb7eea9218c41917272'/>
<id>urn:sha1:9c016828477d9e9195b49bb7eea9218c41917272</id>
<content type='text'>
By removing 'cfg(fuzzing)', this resolves another case of #1395.
</content>
</entry>
<entry>
<title>Re-run maint/add_warning.</title>
<updated>2024-05-06T13:31:35Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-06T13:23:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=97f452ec9958bf7d8ca3275c39655814a4494637'/>
<id>urn:sha1:97f452ec9958bf7d8ca3275c39655814a4494637</id>
<content type='text'>
This commit is automatically generated.
</content>
</entry>
<entry>
<title>Update separate lockfiles</title>
<updated>2024-04-30T12:45:56Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T12:45:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9da6f0ec80f69471eb98c1653a73019e86f84a9d'/>
<id>urn:sha1:9da6f0ec80f69471eb98c1653a73019e86f84a9d</id>
<content type='text'>
</content>
</entry>
</feed>
