Skip to content

Commit

Permalink
define hermit_abi as public depedenceny
Browse files Browse the repository at this point in the history
It's exported publicly, so it should not be linted.
  • Loading branch information
stlankes committed Sep 18, 2023
1 parent 078eb11 commit 6bc927b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1953,8 +1953,14 @@ version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
dependencies = [
<<<<<<< HEAD
"hermit-abi 0.3.2",
"rustix 0.38.2",
=======
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
>>>>>>> 3435df2bc6c (define hermit_abi as public depedenceny)
"windows-sys 0.48.0",
]

Expand Down Expand Up @@ -4939,8 +4945,13 @@ dependencies = [
"core",
"dlmalloc",
"fortanix-sgx-abi",
<<<<<<< HEAD
"hashbrown 0.14.0",
"hermit-abi 0.3.2",
=======
"hashbrown 0.13.1",
"hermit-abi 0.3.1",
>>>>>>> 3435df2bc6c (define hermit_abi as public depedenceny)
"libc",
"miniz_oxide",
"object",
Expand Down

0 comments on commit 6bc927b

Please sign in to comment.