<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint, branch arti-v0.2.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v0.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2022-03-24T18:53:53Z</updated>
<entry>
<title>fix with_coverage script to exclude pub(crate) mod test from results</title>
<updated>2022-03-24T18:53:53Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-24T18:53:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=80ba587937917e7afad1d544516efa5c8e1bb211'/>
<id>urn:sha1:80ba587937917e7afad1d544516efa5c8e1bb211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>downgrade_dependencies: Upgrade darling</title>
<updated>2022-03-16T16:34:44Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-03-16T16:33:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a5d98f716528bfd3e8d11bef9e0a37280998df8'/>
<id>urn:sha1:8a5d98f716528bfd3e8d11bef9e0a37280998df8</id>
<content type='text'>
The new version of derive_builder requires a newer darling.
Ooops.  Upstream MR here:
  https://github.com/colin-kiegel/rust-derive-builder/pull/242

For now, upgrade darling.  When there's a new upstream derive_builder,
we can use it and drop this.
</content>
</entry>
<entry>
<title>tests/chutney: Merge chutney-launching scripts</title>
<updated>2022-03-10T17:29:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-10T14:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=dcd74e7a64940ce7c30bd56a1e5bec16e8b18ba0'/>
<id>urn:sha1:dcd74e7a64940ce7c30bd56a1e5bec16e8b18ba0</id>
<content type='text'>
Formerly, the "launch a chutney network" code was duplicated in
"setup" and "arti-bench", since "setup" always launched an arti
proxy, while "arti-bench" didn't want that functionality.

Now the "setup" script launches an arti proxy conditionally,
depending on whether the "proxy" argument is given.
</content>
</entry>
<entry>
<title>Omit arti-testing from coverage.</title>
<updated>2022-03-04T20:24:38Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-04T20:24:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=64fa8ea77d9f5127fc618d64f12d70c0536154d5'/>
<id>urn:sha1:64fa8ea77d9f5127fc618d64f12d70c0536154d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix reproducible build summary giving invalid branch and commit id</title>
<updated>2022-03-04T18:25:40Z</updated>
<author>
<name>trinity-1686a</name>
<email>trinity@deuxfleurs.fr</email>
</author>
<published>2022-03-04T17:08:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5e5864802d8565abc0bf665f7e6501af14066f15'/>
<id>urn:sha1:5e5864802d8565abc0bf665f7e6501af14066f15</id>
<content type='text'>
fix #378
also fix unrelated error in nightly rustdoc CI
</content>
</entry>
<entry>
<title>Reproducible build: Bump to Rust 1.59 and Alpine 3.15</title>
<updated>2022-03-04T15:09:31Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-04T13:22:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e15c47f7622dc1201afca5b4091bb8dc0aae0963'/>
<id>urn:sha1:e15c47f7622dc1201afca5b4091bb8dc0aae0963</id>
<content type='text'>
The Rust upgrade is necessary since our Cargo.lock file now requires
`ed25519` 1.4.0, which requires edition2021, which requires Rust
1.56 or later.

The Alpine upgrade is opportunistic: we might as well.

I've also added comments to remind us to keep the .gitlab-ci.yml
and docker_reproducible_build files in sync, since my first version
of this commit messed that up.

Closes #376.
</content>
</entry>
<entry>
<title>add_warning: remove clone_on_ref_ptr</title>
<updated>2022-03-01T20:38:46Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-03-01T20:38:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f7009e238a462cbce92b7701c3ff2587f6ac4626'/>
<id>urn:sha1:f7009e238a462cbce92b7701c3ff2587f6ac4626</id>
<content type='text'>
See !352
</content>
</entry>
<entry>
<title>Add nix exception to downgrade_dependencies.</title>
<updated>2022-02-28T18:25:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-28T18:25:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c646d3adca46c162737a2729226c085405c310f7'/>
<id>urn:sha1:c646d3adca46c162737a2729226c085405c310f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/downgrade_dependencies: Upgrade zeroize_derive, env_logger</title>
<updated>2022-02-28T17:11:59Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2022-02-28T17:09:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9618f85237998df37d540ee12568798e8346c820'/>
<id>urn:sha1:9618f85237998df37d540ee12568798e8346c820</id>
<content type='text'>
The *earlier* versions of these crates pull in *dependencies* that
violate our MSRV policy by requiring a *later* version of Rust.

Empirically, env_logger 0.5.4 would be enough, but practice here seems
to be to just say "cargo update".
</content>
</entry>
<entry>
<title>Merge branch 'upgrade-dependencies' into 'main'</title>
<updated>2022-02-25T16:30:00Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2022-02-25T16:30:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6755648f6ba39700c4983019ee6e24a6e7e65a2c'/>
<id>urn:sha1:6755648f6ba39700c4983019ee6e24a6e7e65a2c</id>
<content type='text'>
Upgrade a few dependencies to newer versions

See merge request tpo/core/arti!357</content>
</entry>
</feed>
