Skip to content

Commit 971a3f1

Browse files
author
Tilmann Meyer
committed
Update compiler_builtins to 0.1.44
1 parent 6166929 commit 971a3f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ dependencies = [
655655

656656
[[package]]
657657
name = "compiler_builtins"
658-
version = "0.1.43"
658+
version = "0.1.44"
659659
source = "registry+https://github.com./rust-lang/crates.io-index"
660-
checksum = "65af2dcae4779003dfa91aedc6ade7bdc7ba685944e50a8b4f9380df376a4466"
660+
checksum = "ed43a5c03bc1b5ec403571513e648ecfa1ab3ddbb20540e6c355e31658992803"
661661
dependencies = [
662662
"cc",
663663
"rustc-std-workspace-core",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
1717
panic_abort = { path = "../panic_abort" }
1818
core = { path = "../core" }
1919
libc = { version = "0.2.93", default-features = false, features = ['rustc-dep-of-std'] }
20-
compiler_builtins = { version = "0.1.43" }
20+
compiler_builtins = { version = "0.1.44" }
2121
profiler_builtins = { path = "../profiler_builtins", optional = true }
2222
unwind = { path = "../unwind" }
2323
hashbrown = { version = "0.11", default-features = false, features = ['rustc-dep-of-std'] }

0 commit comments

Comments
 (0)