<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/Cargo.toml, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-02T09:12:54+00:00</updated>
<entry>
<title>Revert introduction of `[workspace.dependencies]`.</title>
<updated>2025-09-02T09:12:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-09-02T09:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=301655eafe56a4b5064adebd412becf94b59221c'/>
<id>urn:sha1:301655eafe56a4b5064adebd412becf94b59221c</id>
<content type='text'>
This was done in #145740 and #145947. It is causing problems for people
using r-a on anything that uses the rustc-dev rustup package, e.g. Miri,
clippy.

This repository has lots of submodules and subtrees and various
different projects are carved out of pieces of it. It seems like
`[workspace.dependencies]` will just be more trouble than it's worth.
</content>
</entry>
<entry>
<title>Add `measureme` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:12:14+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T12:10:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fc0813e292e9772f28462a57f51f79a24c63774'/>
<id>urn:sha1:8fc0813e292e9772f28462a57f51f79a24c63774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `rustc-hash` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:11:43+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T10:24:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b26476ccd8c5a6c03ba513b37381ebb6532c980'/>
<id>urn:sha1:2b26476ccd8c5a6c03ba513b37381ebb6532c980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `indexmap` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T10:20:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77b047aaab6de9ec20b3c4f2fa57743c16d8789c'/>
<id>urn:sha1:77b047aaab6de9ec20b3c4f2fa57743c16d8789c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `tempfile` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T10:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77d2f0c16e0c3957052a3ecaccd9479be8efed87'/>
<id>urn:sha1:77d2f0c16e0c3957052a3ecaccd9479be8efed87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `either` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:55+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d263d3a88ce2d339a16587fdb60d60a208ea4f6b'/>
<id>urn:sha1:d263d3a88ce2d339a16587fdb60d60a208ea4f6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `libc` to `[workspace.dependencies]`.</title>
<updated>2025-08-28T10:10:54+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T09:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12dc789bc657b1f0b695c39f81de9269f8c709b4'/>
<id>urn:sha1:12dc789bc657b1f0b695c39f81de9269f8c709b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary `[dependencies.unicode-properties]` entries.</title>
<updated>2025-08-27T22:08:40+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-27T22:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4c8fe2b4bdbf8ff3e0b6a38e6027a431d1aca32'/>
<id>urn:sha1:b4c8fe2b4bdbf8ff3e0b6a38e6027a431d1aca32</id>
<content type='text'>
The Cargo style guide says to put dependencies on a single line if they
fit.
</content>
</entry>
<entry>
<title>Add `tracing` to `[workspace.dependencies]`.</title>
<updated>2025-08-27T04:21:19+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-22T00:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c50d2cc8078280a0dfdd562c7688e81b664e5880'/>
<id>urn:sha1:c50d2cc8078280a0dfdd562c7688e81b664e5880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `bitflags` to `[workspace.dependencies]`.</title>
<updated>2025-08-27T03:59:32+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2025-08-21T21:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=82c4b9c51b0257e2ad33903bc730cd4a6a69217b'/>
<id>urn:sha1:82c4b9c51b0257e2ad33903bc730cd4a6a69217b</id>
<content type='text'>
</content>
</entry>
</feed>
