File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ fn main() {
16
16
println ! ( "cargo:rerun-if-changed=wrappers.cpp" ) ;
17
17
18
18
let ver = version ( ) . unwrap ( ) ;
19
- let max_oom_hook_version = Version :: parse ( "1.83 .0-alpha" ) . unwrap ( ) ;
19
+ let max_oom_hook_version = Version :: parse ( "1.84 .0-alpha" ) . unwrap ( ) ;
20
20
// The new alloc error panic feature was temporarily reverted. We kept the
21
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 ( ) ;
22
+ let max_alloc_error_panic_version = Version :: parse ( "1.84 .0-alpha" ) . unwrap ( ) ;
23
23
24
24
if ver >= Version :: parse ( "1.80.0-alpha" ) . unwrap ( ) {
25
25
println ! ( "cargo::rustc-check-cfg=cfg(has_panic_hook_info)" ) ;
You can’t perform that action at this time.
0 commit comments