<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-config, branch arti-v2.1.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.1.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-03-02T17:42:42Z</updated>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.40.0.</title>
<updated>2026-03-02T17:42:42Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:42:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=404764338e0f5df7209c89c4a48ad50e53423bd1'/>
<id>urn:sha1:404764338e0f5df7209c89c4a48ad50e53423bd1</id>
<content type='text'>
Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.40.0
done
</content>
</entry>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates</title>
<updated>2026-03-02T17:36:23Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-03-02T17:36:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d45c09c8e808c90c4fcb5416fd52c3c138b4871a'/>
<id>urn:sha1:d45c09c8e808c90c4fcb5416fd52c3c138b4871a</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
futures-copy
```

Because this release bumps the MSRV, I am bumping the minor version of all of
them.

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

for crate in $MINOR; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>tor-config: future-proof #[cfg] attribute.</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-23T13:47:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=19222139860a08210dde4c2544c7c1a0c359f7d8'/>
<id>urn:sha1:19222139860a08210dde4c2544c7c1a0c359f7d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Add an option to reject configured-out options</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-19T15:24:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1edcedfa7902edafa3580083265507653fcc2d11'/>
<id>urn:sha1:1edcedfa7902edafa3580083265507653fcc2d11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Have macros document more types and fns</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-18T15:21:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7cb398e48fabcb296282f3b21150c6bccdc0d399'/>
<id>urn:sha1:7cb398e48fabcb296282f3b21150c6bccdc0d399</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: Fix cfg() on sub_builders</title>
<updated>2026-02-24T13:05:39Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-18T14:30:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a5c3cfa5744fccd0a3b806b5aa60c28f507d0a7'/>
<id>urn:sha1:0a5c3cfa5744fccd0a3b806b5aa60c28f507d0a7</id>
<content type='text'>
Previously, it used the sub_builder rule, which doesn't make sense
when the value is a stub place-holder to tell us whether to warn.
</content>
</entry>
<entry>
<title>Merge branch 'config-migrate-part1' into 'main'</title>
<updated>2026-02-20T11:07:23Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-02-20T11:07:23Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b4566fcee61d1fb43bce1da0f16584e95b4819d6'/>
<id>urn:sha1:b4566fcee61d1fb43bce1da0f16584e95b4819d6</id>
<content type='text'>
Port several crates to derive_deftly(TorConfig)

See merge request tpo/core/arti!3691</content>
</entry>
<entry>
<title>Document resolve_option_general behavior</title>
<updated>2026-02-18T17:43:51Z</updated>
<author>
<name>moumenalaoui</name>
<email>moumenalaoui@proton.me</email>
</author>
<published>2026-02-13T21:49:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=071d739a342fefc9381c46469e6a24b4c279f62b'/>
<id>urn:sha1:071d739a342fefc9381c46469e6a24b4c279f62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-config: fix and improve ExtendBuilder override.</title>
<updated>2026-02-17T13:55:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-12T17:11:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c8636badda05d51204eca43275c51e49719b011e'/>
<id>urn:sha1:c8636badda05d51204eca43275c51e49719b011e</id>
<content type='text'>
1. When we are told to `extend_with`, we should obey that directive
   even if we have a sub_builder etc.

2. Provide an `extend_with_replace` function for the common case
   where we want to just replace one object with another.
</content>
</entry>
<entry>
<title>tor-config: derive list builders with the visibility of their setters.</title>
<updated>2026-02-17T13:55:08Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-02-12T15:23:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a46ff9a57ebf07266c0940460891f234dd4060ca'/>
<id>urn:sha1:a46ff9a57ebf07266c0940460891f234dd4060ca</id>
<content type='text'>
</content>
</entry>
</feed>
