Merge pull request #309460 from r-ryantm/auto-update/home-manager
[NixPkgs.git] / pkgs / build-support / rust / sysroot / Cargo.lock
blobd9b0c25d02f2bb6e79068e25aacaab5353639ddf
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "alloc"
7 version = "0.0.0"
8 dependencies = [
9  "compiler_builtins",
10  "core",
13 [[package]]
14 name = "compiler_builtins"
15 version = "0.1.87"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
18 dependencies = [
19  "rustc-std-workspace-core",
22 [[package]]
23 name = "core"
24 version = "0.0.0"
26 [[package]]
27 name = "nixpkgs-sysroot-stub-crate"
28 version = "0.0.0"
29 dependencies = [
30  "alloc",
31  "compiler_builtins",
32  "core",
35 [[package]]
36 name = "rustc-std-workspace-core"
37 version = "1.99.0"
38 dependencies = [
39  "core",
42 [[patch.unused]]
43 name = "rustc-std-workspace-alloc"
44 version = "1.99.0"