diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index ac8ad1d15..9c6f46643 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.17.14), python3:native, - cargo:native (>= 1.70.0+dfsg) <!pkg.rustc.dlstage0>, - rustc:native (>= 1.70.0+dfsg) <!pkg.rustc.dlstage0>, - rustc:native (<= 1.71.1++) <!pkg.rustc.dlstage0>, + cargo:native (>= 1.71.0+dfsg) <!pkg.rustc.dlstage0>, + rustc:native (>= 1.71.0+dfsg) <!pkg.rustc.dlstage0>, + rustc:native (<= 1.72.1++) <!pkg.rustc.dlstage0>, llvm-16-dev:native, llvm-16-tools:native, gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>, @@ -52,8 +52,8 @@ Build-Depends: curl <pkg.rustc.dlstage0>, ca-certificates <pkg.rustc.dlstage0>, Build-Depends-Indep: - wasi-libc (>= 0.0~git20230113.4362b18-2~) <!nowasm>, - wasi-libc (<= 0.0~git20230113.4362b18++) <!nowasm>, + wasi-libc (>= 0.0~git20230621.7018e24~~) <!nowasm>, + wasi-libc (<= 0.0~git20230621.7018e24++) <!nowasm>, clang-16:native, Build-Conflicts: gdb-minimal <!nocheck> Standards-Version: 4.6.2 @@ -89,7 +89,7 @@ Description: Rust systems programming language generic programming and meta-programming, in both static and dynamic styles. -Package: libstd-rust-1.71 +Package: libstd-rust-1.72 Section: libs Architecture: any Multi-Arch: same @@ -116,7 +116,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, - libstd-rust-1.71 (= ${binary:Version}), + libstd-rust-1.72 (= ${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 @@ -236,8 +236,8 @@ Package: rust-llvm Architecture: all Breaks: rustc (<< 1.71.1+dfsg1-1~exp1), - rust-web (<< 1.71.1+dfsg1-1~exp1), - rust-mozilla (<< 1.71.1+dfsg1-1~exp1), + rustc-web (<< 1.71.1+dfsg1-1~exp1), + rustc-mozilla (<< 1.71.1+dfsg1-1~exp1), Replaces: rustc (<< 1.71.1+dfsg1-1~exp1), rustc-web (<< 1.71.1+dfsg1-1~exp1), @@ -311,7 +311,7 @@ Package: rust-clippy Architecture: any Multi-Arch: allowed Depends: ${misc:Depends}, ${shlibs:Depends}, - libstd-rust-1.71 (= ${binary:Version}) + libstd-rust-1.72 (= ${binary:Version}) Recommends: cargo Description: Rust linter Rust is a curly-brace, block-structured expression language. It |