projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e99515
)
Decrease Cargo minimal version to 1.46.0
author
Carsten Schoenert
<c.schoenert@t-online.de>
Sat, 19 Dec 2020 08:14:20 +0000
(09:14 +0100)
committer
Christoph Goehre
<chris@sigxcpu.org>
Sat, 2 Sep 2023 15:50:54 +0000
(16:50 +0100)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Decrease-Cargo-minimal-version-to-1.46.0.patch
build/moz.configure/rust.configure
patch
|
blob
|
history
diff --git
a/build/moz.configure/rust.configure
b/build/moz.configure/rust.configure
index e64dc5d5ecc88b631937d6767caad3f8ab4c0fcc..af34c4609d355470311556422e189f98dc019c19 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, target):
)
)
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