Skip to content

Commit f7b5ed6

Browse files
committed
Cargo.lock
1 parent 7f8861e commit f7b5ed6

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

library/Cargo.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ dependencies = [
8383

8484
[[package]]
8585
name = "dlmalloc"
86-
version = "0.2.7"
87-
source = "registry+https://github.com/rust-lang/crates.io-index"
88-
checksum = "d9b5e0d321d61de16390ed273b647ce51605b575916d3c25e6ddf27a1e140035"
86+
version = "0.2.8"
87+
source = "git+https://[email protected]/Foundation-Devices/dlmalloc-rs.git?branch=xous-fixes-arm-2.8#f16d0faae34de88dcfbb7bcac0acd47b20e1eeec"
8988
dependencies = [
9089
"cfg-if",
9190
"compiler_builtins",
9291
"libc",
9392
"rustc-std-workspace-core",
9493
"windows-sys",
94+
"xous",
9595
]
9696

9797
[[package]]
@@ -149,6 +149,15 @@ dependencies = [
149149
"rustc-std-workspace-core",
150150
]
151151

152+
[[package]]
153+
name = "keyos"
154+
version = "0.1.0"
155+
source = "git+https://github.com/Foundation-Devices/keyOS.git#856a127e2477798f1358547070d734842bbdde3b"
156+
dependencies = [
157+
"compiler_builtins",
158+
"rustc-std-workspace-core",
159+
]
160+
152161
[[package]]
153162
name = "libc"
154163
version = "0.2.169"
@@ -361,6 +370,7 @@ dependencies = [
361370
"unwind",
362371
"wasi",
363372
"windows-targets 0.0.0",
373+
"xous",
364374
]
365375

366376
[[package]]
@@ -430,18 +440,6 @@ dependencies = [
430440
"compiler_builtins",
431441
"core",
432442
"libc",
433-
"unwinding",
434-
]
435-
436-
[[package]]
437-
name = "unwinding"
438-
version = "0.2.5"
439-
source = "registry+https://github.com/rust-lang/crates.io-index"
440-
checksum = "51f06a05848f650946acef3bf525fe96612226b61f74ae23ffa4e98bfbb8ab3c"
441-
dependencies = [
442-
"compiler_builtins",
443-
"gimli",
444-
"rustc-std-workspace-core",
445443
]
446444

447445
[[package]]
@@ -532,6 +530,16 @@ version = "0.52.6"
532530
source = "registry+https://github.com/rust-lang/crates.io-index"
533531
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
534532

533+
[[package]]
534+
name = "xous"
535+
version = "0.9.43"
536+
source = "git+https://github.com/Foundation-Devices/keyOS.git#856a127e2477798f1358547070d734842bbdde3b"
537+
dependencies = [
538+
"compiler_builtins",
539+
"keyos",
540+
"rustc-std-workspace-core",
541+
]
542+
535543
[[package]]
536544
name = "zerocopy"
537545
version = "0.8.17"

0 commit comments

Comments
 (0)