From ce5af71c121fa956b0e00bd67251124405e797d4 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 24 Nov 2020 09:00:24 +0100 Subject: [PATCH] Add library rust-src package Starting with Rust 1.47 the standard library code moved into the library directory. Include this in rust-src such that e.g. rust-analyzer can work as expected. Signed-off-by: Sjoerd Simons --- debian/rust-src.install.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rust-src.install.in b/debian/rust-src.install.in index ab77d40a0a..e9d19b9643 100644 --- a/debian/rust-src.install.in +++ b/debian/rust-src.install.in @@ -11,3 +11,4 @@ x.py usr/src/rustc-RUST_LONG_VERSION config.toml.example usr/src/rustc-RUST_LONG_VERSION Cargo.toml usr/src/rustc-RUST_LONG_VERSION src usr/src/rustc-RUST_LONG_VERSION +library usr/src/rustc-RUST_LONG_VERSION -- 2.39.5