<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/equix/Cargo.toml, branch arti-v1.2.8</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.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-09-30T12:56:28Z</updated>
<entry>
<title>Minor bumps on non-tor/arti crates</title>
<updated>2024-09-30T12:56:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-30T12:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b29dd6d7f90cf077e8809a1ab317e23535e165c8'/>
<id>urn:sha1:b29dd6d7f90cf077e8809a1ab317e23535e165c8</id>
<content type='text'>
These crates are not in the tor/arti namespace,
but we have given them MSRV bumps:

```
oneshot-fused-workaround
slotmap-careful
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
test-temp-dir
retry-error
```

We are counting this as a breaking change.
Since all of these crates are at 0.x.x,
we have indicated the breaking change with a minor version bump.

This commit was generated with the following script:

```
BUMPS="
oneshot-fused-workaround
slotmap-careful
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
test-temp-dir
retry-error
"

for crate in $BUMPS; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>Upgrade MSRV to 1.77</title>
<updated>2024-09-26T01:54:22Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-09-25T14:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ff9e93a2a10ef02f436c6f7d7a05739a818b094a'/>
<id>urn:sha1:ff9e93a2a10ef02f436c6f7d7a05739a818b094a</id>
<content type='text'>
This will allow us to upgrade to the latest version of rusqlite.
</content>
</entry>
<entry>
<title>Bump MSRV from 1.70 to 1.75.</title>
<updated>2024-09-16T21:18:31Z</updated>
<author>
<name>Wesley Aptekar-Cassels</name>
<email>me@wesleyac.com</email>
</author>
<published>2024-09-16T21:18:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4d1ec233ceadfd1326d0643bd215051e71f95b84'/>
<id>urn:sha1:4d1ec233ceadfd1326d0643bd215051e71f95b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2024-09-03T17:56:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-09-03T17:21:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=35549a983ec61a2c9feb4ffac1f3f393f6b87c79'/>
<id>urn:sha1:35549a983ec61a2c9feb4ffac1f3f393f6b87c79</id>
<content type='text'>
This bumps the versions of the non-{arti,tor-}
crates that have non-functional changes:
  - fslock-guard (updated rustdoc-args)
  - equix (comment typo fixes)
  - caret (updated rustdoc-args)
  - safelog (updated rustdoc-args)
  - retry-error (updated rustdoc-args)

And of the pre-1.0.0 crates that have new APIs:
  - fs-mistrust (new `CheckedDir::metadata` API)

Done using

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

where `non_tor` contains the list above
</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>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: 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>Bump versions of crates with nonfunctional changes</title>
<updated>2024-04-30T12:00:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-04-30T11:56:56Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1cbd1902bfc2f38e724887bd915fd9b7a41c4497'/>
<id>urn:sha1:1cbd1902bfc2f38e724887bd915fd9b7a41c4497</id>
<content type='text'>
for p in `cat ../u`; do maint/bump_nodep $p; git commit -a -m X; done

where u contains

hashx
equix
fs-mistrust
</content>
</entry>
<entry>
<title>remove unused dependencies</title>
<updated>2024-04-02T15:12:03Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2024-03-31T13:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c4e2939bdfad5e7d3c219da08ce834fb5e459f36'/>
<id>urn:sha1:c4e2939bdfad5e7d3c219da08ce834fb5e459f36</id>
<content type='text'>
Edited-by: Nick Mathewson &lt;nickm@torproject.org&gt;
</content>
</entry>
</feed>
