Skip to content

Commit 00280c8

Browse files
committed
Cargo.lock: bump compiler_builtins to 0.1.101
The Xous operating system has no libc, and relies on `compiler_builtins` to supply basic functions such as `memcpy`. Bump the version to 0.1.101 to pull in a version of this crate with the flag enabled for Xous. Signed-off-by: Sean Cross <[email protected]>
1 parent 6413844 commit 00280c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,9 @@ dependencies = [
639639

640640
[[package]]
641641
name = "compiler_builtins"
642-
version = "0.1.100"
642+
version = "0.1.101"
643643
source = "registry+https://github.com/rust-lang/crates.io-index"
644-
checksum = "d6c0f24437059853f0fa64afc51f338f93647a3de4cf3358ba1bb4171a199775"
644+
checksum = "01a6d58e9c3408138099a396a98fd0d0e6cfb25d723594d2ae48b5004513fd5b"
645645
dependencies = [
646646
"cc",
647647
"rustc-std-workspace-core",

0 commit comments

Comments
 (0)