4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ index 7165c3e48af..968552ad435 100644
16
16
17
17
[dependencies]
18
18
core = { path = "../core", public = true }
19
- - compiler_builtins = { version = "=0.1.150 ", features = ['rustc-dep-of-std'] }
20
- + compiler_builtins = { version = "=0.1.150 ", features = ['rustc-dep-of-std', 'no-f16-f128'] }
19
+ - compiler_builtins = { version = "=0.1.151 ", features = ['rustc-dep-of-std'] }
20
+ + compiler_builtins = { version = "=0.1.151 ", features = ['rustc-dep-of-std', 'no-f16-f128'] }
21
21
22
22
[dev-dependencies]
23
23
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ dependencies = [
61
61
62
62
[[package ]]
63
63
name = " compiler_builtins"
64
- version = " 0.1.150 "
64
+ version = " 0.1.151 "
65
65
source = " registry+https://github.com/rust-lang/crates.io-index"
66
- checksum = " 5c42734e0ccf0d9f953165770593a75306f0b24dda1aa03f115c70748726dbca "
66
+ checksum = " abc30f1766d387c35f2405e586d3e7a88230dc728ff78cd1d0bc59ae0b63154b "
67
67
dependencies = [
68
68
" cc" ,
69
69
" rustc-std-workspace-core" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
12
12
13
13
[dependencies ]
14
14
core = { path = " ../core" , public = true }
15
- compiler_builtins = { version = " =0.1.150 " , features = [' rustc-dep-of-std' ] }
15
+ compiler_builtins = { version = " =0.1.151 " , features = [' rustc-dep-of-std' ] }
16
16
17
17
[dev-dependencies ]
18
18
rand = { version = " 0.9.0" , default-features = false , features = [" alloc" ] }
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
18
18
panic_unwind = { path = " ../panic_unwind" , optional = true }
19
19
panic_abort = { path = " ../panic_abort" }
20
20
core = { path = " ../core" , public = true }
21
- compiler_builtins = { version = " =0.1.150 " }
21
+ compiler_builtins = { version = " =0.1.151 " }
22
22
unwind = { path = " ../unwind" }
23
23
hashbrown = { version = " 0.15" , default-features = false , features = [
24
24
' rustc-dep-of-std' ,
0 commit comments