Skip to content

Commit 8bce711

Browse files
committed
Add two lockfiles
1 parent b876f2a commit 8bce711

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This file is automatically @generated by Cargo.
2+
# It is not intended for manual editing.
3+
version = 3
4+
5+
[[package]]
6+
name = "r-efi"
7+
version = "4.2.0"
8+
source = "registry+https://github.com/rust-lang/crates.io-index"
9+
checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
10+
11+
[[package]]
12+
name = "uefi_qemu_test"
13+
version = "0.0.0"
14+
dependencies = [
15+
"r-efi",
16+
]

src/etc/test-float-parse/Cargo.lock

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# This file is automatically @generated by Cargo.
2+
# It is not intended for manual editing.
3+
version = 3
4+
5+
[[package]]
6+
name = "cfg-if"
7+
version = "1.0.0"
8+
source = "registry+https://github.com/rust-lang/crates.io-index"
9+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
10+
11+
[[package]]
12+
name = "getrandom"
13+
version = "0.2.10"
14+
source = "registry+https://github.com/rust-lang/crates.io-index"
15+
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
16+
dependencies = [
17+
"cfg-if",
18+
"libc",
19+
"wasi",
20+
]
21+
22+
[[package]]
23+
name = "libc"
24+
version = "0.2.147"
25+
source = "registry+https://github.com/rust-lang/crates.io-index"
26+
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
27+
28+
[[package]]
29+
name = "ppv-lite86"
30+
version = "0.2.17"
31+
source = "registry+https://github.com/rust-lang/crates.io-index"
32+
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
33+
34+
[[package]]
35+
name = "rand"
36+
version = "0.8.5"
37+
source = "registry+https://github.com/rust-lang/crates.io-index"
38+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
39+
dependencies = [
40+
"libc",
41+
"rand_chacha",
42+
"rand_core",
43+
]
44+
45+
[[package]]
46+
name = "rand_chacha"
47+
version = "0.3.1"
48+
source = "registry+https://github.com/rust-lang/crates.io-index"
49+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
50+
dependencies = [
51+
"ppv-lite86",
52+
"rand_core",
53+
]
54+
55+
[[package]]
56+
name = "rand_core"
57+
version = "0.6.4"
58+
source = "registry+https://github.com/rust-lang/crates.io-index"
59+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
60+
dependencies = [
61+
"getrandom",
62+
]
63+
64+
[[package]]
65+
name = "test-float-parse"
66+
version = "0.1.0"
67+
dependencies = [
68+
"rand",
69+
]
70+
71+
[[package]]
72+
name = "wasi"
73+
version = "0.11.0+wasi-snapshot-preview1"
74+
source = "registry+https://github.com/rust-lang/crates.io-index"
75+
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"

0 commit comments

Comments
 (0)