Skip to content

Commit afaaa54

Browse files
committed
Cargo.lock
1 parent 262814a commit afaaa54

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
@@ -78,14 +78,14 @@ dependencies = [
7878

7979
[[package]]
8080
name = "dlmalloc"
81-
version = "0.2.9"
82-
source = "registry+https://github.com/rust-lang/crates.io-index"
83-
checksum = "d01597dde41c0b9da50d5f8c219023d63d8f27f39a27095070fd191fddc83891"
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]]
@@ -139,6 +139,15 @@ dependencies = [
139139
"rustc-std-workspace-core",
140140
]
141141

142+
[[package]]
143+
name = "keyos"
144+
version = "0.1.0"
145+
source = "git+https://github.com/Foundation-Devices/keyOS.git#46eb855c521449fcc5862eb4e337d20bd9e5dc35"
146+
dependencies = [
147+
"compiler_builtins",
148+
"rustc-std-workspace-core",
149+
]
150+
142151
[[package]]
143152
name = "libc"
144153
version = "0.2.174"
@@ -333,6 +342,7 @@ dependencies = [
333342
"unwind",
334343
"wasi",
335344
"windows-targets 0.0.0",
345+
"xous",
336346
]
337347

338348
[[package]]
@@ -383,18 +393,6 @@ dependencies = [
383393
"compiler_builtins",
384394
"core",
385395
"libc",
386-
"unwinding",
387-
]
388-
389-
[[package]]
390-
name = "unwinding"
391-
version = "0.2.7"
392-
source = "registry+https://github.com/rust-lang/crates.io-index"
393-
checksum = "7d80f6c2bfede213d9a90b4a14f3eb99b84e33c52df6c1a15de0a100f5a88751"
394-
dependencies = [
395-
"compiler_builtins",
396-
"gimli",
397-
"rustc-std-workspace-core",
398396
]
399397

400398
[[package]]
@@ -483,3 +481,13 @@ name = "windows_x86_64_msvc"
483481
version = "0.52.6"
484482
source = "registry+https://github.com/rust-lang/crates.io-index"
485483
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
484+
485+
[[package]]
486+
name = "xous"
487+
version = "0.9.43"
488+
source = "git+https://github.com/Foundation-Devices/keyOS.git#46eb855c521449fcc5862eb4e337d20bd9e5dc35"
489+
dependencies = [
490+
"compiler_builtins",
491+
"keyos",
492+
"rustc-std-workspace-core",
493+
]

0 commit comments

Comments
 (0)