X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.lock;h=316724ca6515884f871a0fa376ddae87412abdd0;hb=4a3505682e97c8e667338056ae216e4b84b22dd7;hp=02c63200a28c3c3ecceb2d55ae722e736bdc1440;hpb=c559216ad0d2f0737f8dbb51a7d42b1727b77b3c;p=rust.git diff --git a/Cargo.lock b/Cargo.lock index 02c63200a28..316724ca651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -797,6 +797,14 @@ name = "foreign-types-shared" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "fortanix-sgx-abi" +version = "0.0.0" +dependencies = [ + "compiler_builtins 0.0.0", + "core 0.0.0", +] + [[package]] name = "fs2" version = "0.4.3" @@ -2773,6 +2781,7 @@ dependencies = [ "compiler_builtins 0.0.0", "core 0.0.0", "dlmalloc 0.0.0", + "fortanix-sgx-abi 0.0.0", "libc 0.0.0", "panic_abort 0.0.0", "panic_unwind 0.0.0",