<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint/fixup-features/Cargo.toml, branch arti-v1.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-v1.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-02-26T13:03:14Z</updated>
<entry>
<title>fixup-features: Upgrade toml_edit and itertools.</title>
<updated>2024-02-26T13:03:14Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-02-26T13:03:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c58a3caf207c0e69663d092a727b2ae686c25303'/>
<id>urn:sha1:c58a3caf207c0e69663d092a727b2ae686c25303</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint/fixup-features: Remove a spurious blank line from Cargo.toml</title>
<updated>2024-02-08T11:01:39Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-08T11:01:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b32346713c71cb77657fe7e2588ccb100bec19c0'/>
<id>urn:sha1:b32346713c71cb77657fe7e2588ccb100bec19c0</id>
<content type='text'>
maint/cargo_sort complains about this.
</content>
</entry>
<entry>
<title>maint/fixup-features: Make part of the main workspace</title>
<updated>2024-02-07T15:16:24Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2024-02-07T15:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e90e8ba053f22d88b3d9d696cf10d8a85c2d3cc'/>
<id>urn:sha1:9e90e8ba053f22d88b3d9d696cf10d8a85c2d3cc</id>
<content type='text'>
This ties it into everything, so we run CI on it, have it in our main
lockfile, and so on.
</content>
</entry>
<entry>
<title>In every crate, change rust-version to 1.70.</title>
<updated>2023-11-28T16:35:51Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-11-28T16:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1'/>
<id>urn:sha1:1b53c4ca3059fc395c98e2e6d0eb3b58f37c8ec1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup-features: Add an option to not annotate.</title>
<updated>2023-05-15T12:11:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-12T14:18:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=85ce5162f5ac6c56509d506222091e8d77c8f305'/>
<id>urn:sha1:85ce5162f5ac6c56509d506222091e8d77c8f305</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup-features: Make a feature graph type in a submodule</title>
<updated>2023-05-15T12:11:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-05-11T15:11:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=54e50205dd38f5c2e480d30878481ce3e23416a3'/>
<id>urn:sha1:54e50205dd38f5c2e480d30878481ce3e23416a3</id>
<content type='text'>
I tried to use petgraph, but it was optimized for performance over
usability, and the usability was beyond me.
</content>
</entry>
<entry>
<title>Increment MSRV to 1.65 in every crate.</title>
<updated>2023-04-11T19:31:12Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-04-11T19:31:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=104d64589db24187c56fd8c7b13fdd9202ecc120'/>
<id>urn:sha1:104d64589db24187c56fd8c7b13fdd9202ecc120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New "fixup-features" tool to enforce properties in Cargo.tomls</title>
<updated>2023-03-20T17:29:33Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-03-08T19:16:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96cd9703984dc7471760fe8d7d00a5b6b50c5101'/>
<id>urn:sha1:96cd9703984dc7471760fe8d7d00a5b6b50c5101</id>
<content type='text'>
See top-level main.rs comment for an explanation.

Closes #771
</content>
</entry>
</feed>
