<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-keymgr, branch arti-v1.3.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-12-02T15:41:21Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.25.0.</title>
<updated>2024-12-02T15:41:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-12-02T15:39:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e29e7a9aab4312af6a35818cb01676376d888e49'/>
<id>urn:sha1:e29e7a9aab4312af6a35818cb01676376d888e49</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.25.0
done
```
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2024-12-02T15:41:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-12-02T15:32:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=158ff2d2c0ef59ce6cdf5e8d6fe499b50e762002'/>
<id>urn:sha1:158ff2d2c0ef59ce6cdf5e8d6fe499b50e762002</id>
<content type='text'>
The non-{arti-,tor-} crates are:
```
./maint/list_crates  | rg -v '^(tor|arti)'
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
```

We split them in the following categories:
  * crates with no changes (no version bumps):
    ```
    maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change" | grep -v '\(tor\|arti\)-'

         oneshot-fused-workaround: No change.
         test-temp-dir: No change.
         caret: No change.
    ```

  * crates that only have non-functional changes (bump the patch version):
     - slotmap-careful
     - fslock-guard
     - hashx
     - equix
     - fs-mistrust
     - safelog
     - retry-error

  * crates where APIs were broken (bump minor):
     None

The bumps from this commit were created using this script:

```
PATCH="
slotmap-careful
fslock-guard
hashx
equix
fs-mistrust
safelog
retry-error
"

for crate in $PATCH; do
    cargo set-version --bump patch -p $crate;
done
```
</content>
</entry>
<entry>
<title>Run fixup-features in preparation for release (fmt).</title>
<updated>2024-12-02T10:21:22Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-12-02T10:21:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=79ebfca2db4b631404329c4d25a91296eccaf839'/>
<id>urn:sha1:79ebfca2db4b631404329c4d25a91296eccaf839</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run fixup-features in preparation for release.</title>
<updated>2024-12-02T10:18:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-12-02T10:18:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=33ee39924dbffdd3f8686b1cf0420782b9675112'/>
<id>urn:sha1:33ee39924dbffdd3f8686b1cf0420782b9675112</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Remove now-unnecessary cfg_attr.</title>
<updated>2024-11-20T14:32:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:21:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4e046d73586362daaf64f068c3cf664bea2dde68'/>
<id>urn:sha1:4e046d73586362daaf64f068c3cf664bea2dde68</id>
<content type='text'>
This doesn't seem to be needed anymore.
</content>
</entry>
<entry>
<title>tor-keymgr: Remove now-unnecessary clippy allows from dummy impl.</title>
<updated>2024-11-20T14:32:30Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:19:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d03cbd746678fc325eafdb2b5972fb8bfa8d5f87'/>
<id>urn:sha1:d03cbd746678fc325eafdb2b5972fb8bfa8d5f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-keymgr: Feature-gate RelKeyPath::from_parts constructor.</title>
<updated>2024-11-20T14:31:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:23:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ceec3b27ff3581a83f9c5a2c93cf33fa77aba33e'/>
<id>urn:sha1:ceec3b27ff3581a83f9c5a2c93cf33fa77aba33e</id>
<content type='text'>
Otherwise, we get a dead code warning when the `ctor-keystore` feature
is disabled.
</content>
</entry>
<entry>
<title>tor-keymgr: Allow dead code in dummy KeyMgr.</title>
<updated>2024-11-20T14:21:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:17:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4165ef3ee7661a87e1dd3ef7018fc950560dbc8d'/>
<id>urn:sha1:4165ef3ee7661a87e1dd3ef7018fc950560dbc8d</id>
<content type='text'>
The fields are never read but need to be present in order for the
dummy `KeyMgrBuilder` to have the same interface as the real one.

(We could of course manually implement the builder, or let the dummy
`KeyMgrBuilder` impl diverge from the real one, but for now let's leave
this as-is and simply mark the fields as unused).
</content>
</entry>
<entry>
<title>tor-keymgr: Remove unused dummy error type.</title>
<updated>2024-11-20T14:21:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:15:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5d5879bf00f052ebae1dc982153dacf87833102d'/>
<id>urn:sha1:5d5879bf00f052ebae1dc982153dacf87833102d</id>
<content type='text'>
We no longer have any dummy keymgr operations that return an error,
so this error type is unused.
</content>
</entry>
<entry>
<title>tor-keymgr: Remove unused imports from dummy module.</title>
<updated>2024-11-20T14:21:45Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-11-20T14:14:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a5eb8e679bbec91d4f5a02603b35cf2102115c55'/>
<id>urn:sha1:a5eb8e679bbec91d4f5a02603b35cf2102115c55</id>
<content type='text'>
</content>
</entry>
</feed>
