diff --git a/programming/language/rust/files/0002-bootstrap-Change-bash-completion-dir.patch b/programming/language/rust/files/0002-bootstrap-Change-bash-completion-dir.patch index 2b7fae6a6f..edb12163b6 100644 --- a/programming/language/rust/files/0002-bootstrap-Change-bash-completion-dir.patch +++ b/programming/language/rust/files/0002-bootstrap-Change-bash-completion-dir.patch @@ -12,7 +12,7 @@ index 78a5faeae04b..4f4e4e508619 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -1079,7 +1079,11 @@ fn run(self, builder: &Builder<'_>) -> Option { - + tarball.add_file(&cargo, "bin", 0o755); tarball.add_file(etc.join("_cargo"), "share/zsh/site-functions", 0o644); - tarball.add_renamed_file(etc.join("cargo.bashcomp.sh"), "etc/bash_completion.d", "cargo"); @@ -23,4 +23,4 @@ index 78a5faeae04b..4f4e4e508619 100644 + ); tarball.add_dir(etc.join("man"), "share/man/man1"); tarball.add_legal_and_readme_to("share/doc/cargo"); - + diff --git a/programming/language/rust/pspec.xml b/programming/language/rust/pspec.xml index c37b3f6584..e7c22574b2 100755 --- a/programming/language/rust/pspec.xml +++ b/programming/language/rust/pspec.xml @@ -12,15 +12,15 @@ app Systems programming language focused on safety, speed and concurrency Systems programming language focused on safety, speed and concurrency - https://static.rust-lang.org/dist/rustc-1.73.0-src.tar.gz + https://static.rust-lang.org/dist/rustc-1.75.0-src.tar.gz - https://static.rust-lang.org/dist/rust-1.73.0-x86_64-unknown-linux-gnu.tar.gz + https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.gz bootstrap-config.toml - rust + rust perl llvm cmake @@ -39,7 +39,7 @@ - 0002-bootstrap-Change-bash-completion-dir.patch + @@ -77,6 +77,13 @@ + + 2023-12-29 + 1.75.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-21 1.73.0