diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control index c06ba0507..12aae0e57 100644 --- a/debian/control +++ b/debian/control @@ -13,17 +13,19 @@ Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.17.14), python3:native, - cargo:native (>= 1.73.0+dfsg) <!pkg.rustc.dlstage0>, - rustc:native (>= 1.73.0+dfsg) <!pkg.rustc.dlstage0>, - rustc:native (<= 1.74.1++) <!pkg.rustc.dlstage0>, + cargo:native (>= 1.74.0+dfsg) <!pkg.rustc.dlstage0>, + rustc:native (>= 1.74.0+dfsg) <!pkg.rustc.dlstage0>, + rustc:native (<= 1.75.0++) <!pkg.rustc.dlstage0>, llvm-17-dev:native, llvm-17-tools:native, gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>, gcc-mingw-w64-i686-posix:native [i386] <!nowindows>, libllvm17t64 (>= 1:17.0.0), libclang-rt-17-dev:native, + libclang-rt-17-dev, cmake (>= 3.0), # needed by some vendor crates + pkgconf:native, pkgconf, # this is sometimes needed by rustc_llvm zlib1g-dev:native, @@ -84,7 +86,7 @@ Description: Rust systems programming language generic programming and meta-programming, in both static and dynamic styles. -Package: libstd-rust-1.74 +Package: libstd-rust-1.75 Section: libs Architecture: any Multi-Arch: same @@ -111,7 +113,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libstd-rust-1.74 (= ${binary:Version}), + libstd-rust-1.75 (= ${binary:Version}), Description: Rust standard libraries - development files Rust is a curly-brace, block-structured expression language. It visually resembles the C language family, but differs significantly @@ -306,7 +308,7 @@ Package: rust-clippy Architecture: any Multi-Arch: allowed Depends: ${misc:Depends}, ${shlibs:Depends}, - libstd-rust-1.74 (= ${binary:Version}) + libstd-rust-1.75 (= ${binary:Version}) Recommends: cargo Description: Rust linter Rust is a curly-brace, block-structured expression language. It |