Skip to content

Commit ca8d31c

Browse files
committed
Cargo.lock
1 parent 7c031bf commit ca8d31c

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

library/Cargo.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ dependencies = [
7878

7979
[[package]]
8080
name = "dlmalloc"
81-
version = "0.2.10"
82-
source = "registry+https://github.com/rust-lang/crates.io-index"
83-
checksum = "fa3a2dbee57b69fbb5dbe852fa9c0925697fb0c7fbcb1593e90e5ffaedf13d51"
81+
version = "0.2.11"
82+
source = "git+https://[email protected]/Foundation-Devices/dlmalloc-rs.git?branch=0.2.11-xous-arm#7f2808834867f78209841acf6520b16d4c0bbb99"
8483
dependencies = [
8584
"cfg-if",
8685
"libc",
8786
"rustc-std-workspace-core",
8887
"windows-sys",
88+
"xous",
8989
]
9090

9191
[[package]]
@@ -137,6 +137,14 @@ dependencies = [
137137
"rustc-std-workspace-core",
138138
]
139139

140+
[[package]]
141+
name = "keyos"
142+
version = "0.1.0"
143+
source = "git+https://github.com/Foundation-Devices/keyOS.git#82aea093f44463c3456057582824bd75d3a0615f"
144+
dependencies = [
145+
"rustc-std-workspace-core",
146+
]
147+
140148
[[package]]
141149
name = "libc"
142150
version = "0.2.175"
@@ -329,6 +337,7 @@ dependencies = [
329337
"wasi 0.11.1+wasi-snapshot-preview1",
330338
"wasi 0.14.4+wasi-0.2.4",
331339
"windows-targets 0.0.0",
340+
"xous",
332341
]
333342

334343
[[package]]
@@ -366,17 +375,6 @@ version = "0.0.0"
366375
dependencies = [
367376
"libc",
368377
"rustc-std-workspace-core",
369-
"unwinding",
370-
]
371-
372-
[[package]]
373-
name = "unwinding"
374-
version = "0.2.8"
375-
source = "registry+https://github.com/rust-lang/crates.io-index"
376-
checksum = "60612c845ef41699f39dc8c5391f252942c0a88b7d15da672eff0d14101bbd6d"
377-
dependencies = [
378-
"gimli",
379-
"rustc-std-workspace-core",
380378
]
381379

382380
[[package]]
@@ -486,3 +484,12 @@ dependencies = [
486484
"rustc-std-workspace-alloc",
487485
"rustc-std-workspace-core",
488486
]
487+
488+
[[package]]
489+
name = "xous"
490+
version = "0.11.0"
491+
source = "git+https://github.com/Foundation-Devices/keyOS.git#82aea093f44463c3456057582824bd75d3a0615f"
492+
dependencies = [
493+
"keyos",
494+
"rustc-std-workspace-core",
495+
]

0 commit comments

Comments
 (0)