<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/rust-installer, branch 1.77.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.77.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.77.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-01-21T17:43:09+00:00</updated>
<entry>
<title>use /usr/bin/env bash instead of /bin/bash</title>
<updated>2024-01-21T17:43:09+00:00</updated>
<author>
<name>Rowan S-L</name>
<email>r@fawkes.io</email>
</author>
<published>2024-01-21T17:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30b8b44990d2cfb66a723b1d1eefbd9c31da6892'/>
<id>urn:sha1:30b8b44990d2cfb66a723b1d1eefbd9c31da6892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump some deps</title>
<updated>2023-11-07T12:33:59+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-11-07T12:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eed89185bb88c75a4fd6d013b7368939bb03682e'/>
<id>urn:sha1:eed89185bb88c75a4fd6d013b7368939bb03682e</id>
<content type='text'>
drop num_cpus from rust-installer as not used
update rayon, rayon-core, which drops it's deps on num_cpus and crossbeam-channel (for bootstrap too) (https://github.com/rayon-rs/rayon/blob/v1.8.0/RELEASES.md)
update erro, which drops errno-dragonfly (https://github.com/lambda-fairy/rust-errno/blob/5341791935df601306ffc57a665763c4ecd72755/CHANGELOG.md)
</content>
</entry>
<entry>
<title>rust-installer: Use env(1) in the shebang.</title>
<updated>2023-07-22T00:55:49+00:00</updated>
<author>
<name>Alex Zepeda</name>
<email>github@inferiorhumanorgans.com</email>
</author>
<published>2023-07-22T00:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=302ad2175d938a5307dd34779e20aada691fd28a'/>
<id>urn:sha1:302ad2175d938a5307dd34779e20aada691fd28a</id>
<content type='text'>
This fixes the case (e.g. *BSD) where bash is installed on the host
system, but not at the typical location of /bin.
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2023-07-04T16:19:50+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-07-04T16:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d5dbe867f62e3ec17b517f1f3d15dd75c895060b'/>
<id>urn:sha1:d5dbe867f62e3ec17b517f1f3d15dd75c895060b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bash long lines and replace TODO with FIXME</title>
<updated>2023-07-04T15:39:53+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-06-23T09:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46d3fc78127798ea7e7c78bca31a8cb7586a7f94'/>
<id>urn:sha1:46d3fc78127798ea7e7c78bca31a8cb7586a7f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace tabs with 4 spaces in .sh</title>
<updated>2023-07-04T15:39:52+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-06-23T09:09:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=02e9262c11148af89028407132380d75a96006eb'/>
<id>urn:sha1:02e9262c11148af89028407132380d75a96006eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust-installer and rls no longer submodule, so fix rustfmt.toml</title>
<updated>2023-07-04T15:39:48+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-06-23T07:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3d9248c222aea421ebf463cabcec893d7a773f4'/>
<id>urn:sha1:f3d9248c222aea421ebf463cabcec893d7a773f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change edition to 2021, fix clippy warns</title>
<updated>2023-06-21T09:43:14+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-06-21T09:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd1439ed8b715d9304ad847ae52060bf6f28c23f'/>
<id>urn:sha1:fd1439ed8b715d9304ad847ae52060bf6f28c23f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust-installer: drop clap v3, migrate to v4</title>
<updated>2023-06-21T09:32:34+00:00</updated>
<author>
<name>klensy</name>
<email>klensy@users.noreply.github.com</email>
</author>
<published>2023-06-21T09:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1c3313d382871bfdace6b2f385e53d2892438b6'/>
<id>urn:sha1:e1c3313d382871bfdace6b2f385e53d2892438b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies with reported vulnerabilities</title>
<updated>2023-06-02T17:34:01+00:00</updated>
<author>
<name>Arlo Siemsen</name>
<email>arsiem@microsoft.com</email>
</author>
<published>2023-06-02T16:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d9b476bb1f63fa25ca9bb7f85b536352c744570'/>
<id>urn:sha1:4d9b476bb1f63fa25ca9bb7f85b536352c744570</id>
<content type='text'>
bumpalo 3.12.1 (yanked)
  * updated to 3.13.0
tokio 1.8.4 - https://rustsec.org/advisories/RUSTSEC-2023-0001
  * updated to 1.28.2
remove_dir_all 0.5.3 - https://rustsec.org/advisories/RUSTSEC-2023-0018
  * removed by using the standard library function in `rust-installer` instead and updating to `tempfile@3.5.0` (which also removes the dependency).
</content>
</entry>
</feed>
