We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401966 commit 5c37ebcCopy full SHA for 5c37ebc
mozglue/static/rust/build.rs
@@ -16,10 +16,10 @@ fn main() {
16
println!("cargo:rerun-if-changed=wrappers.cpp");
17
18
let ver = version().unwrap();
19
- let max_oom_hook_version = Version::parse("1.83.0-alpha").unwrap();
+ let max_oom_hook_version = Version::parse("1.84.0-alpha").unwrap();
20
// The new alloc error panic feature was temporarily reverted. We kept the
21
// code in tree, but the version here is such that it's effectively never used.
22
- let max_alloc_error_panic_version = Version::parse("1.83.0-alpha").unwrap();
+ let max_alloc_error_panic_version = Version::parse("1.84.0-alpha").unwrap();
23
24
if ver >= Version::parse("1.80.0-alpha").unwrap() {
25
println!("cargo::rustc-check-cfg=cfg(has_panic_hook_info)");
0 commit comments