projects
/
firefox-esr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0211779
)
Allow to build with cargo in Debian unstable
author
Mike Hommey
<mh@glandium.org>
Fri, 5 Feb 2021 22:52:19 +0000
(07:52 +0900)
committer
Mike Hommey
<glandium@debian.org>
Tue, 28 Jun 2022 21:30:12 +0000
(22:30 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Allow-to-build-with-cargo-in-Debian-unstable.patch
build/moz.configure/rust.configure
patch
|
blob
|
history
diff --git
a/build/moz.configure/rust.configure
b/build/moz.configure/rust.configure
index cd77d72bb77bf1c41126afdca2a660e7a04f1b48..eb7bbf760deb172cf6ede75a67c8010e869af3ef 100644
(file)
--- a/
build/moz.configure/rust.configure
+++ b/
build/moz.configure/rust.configure
@@
-171,7
+171,7
@@
def rust_compiler(rustc_info, cargo_info):
)
)
rustc_min_version = Version(MINIMUM_RUST_VERSION)
- cargo_min_version =
rustc_min_version
+ cargo_min_version =
Version("1.46.0")
version = rustc_info.version
is_nightly = "nightly" in version.version