Skip to content

Commit 336b90e

Browse files
committed
[DO NOT MERGE] Try vendoring hashbrown instead of using git
1 parent 6dce24b commit 336b90e

54 files changed

Lines changed: 27281 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

library/Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ dependencies = [
126126
[[package]]
127127
name = "hashbrown"
128128
version = "0.17.1"
129-
source = "registry+https://github.com/rust-lang/crates.io-index"
130-
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
131129
dependencies = [
132130
"foldhash",
133131
"rustc-std-workspace-alloc",

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ panic_unwind = { path = "../panic_unwind", optional = true }
2020
panic_abort = { path = "../panic_abort" }
2121
core = { path = "../core", public = true }
2222
unwind = { path = "../unwind" }
23-
hashbrown = { version = "0.17.1", default-features = false, features = [
23+
hashbrown = { path = "../../vendor/hashbrown-0.17.1", default-features = false, features = [
2424
'rustc-dep-of-std',
2525
] }
2626
std_detect = { path = "../std_detect", public = true }

vendor/hashbrown-0.17.1/.cargo-ok

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"v":1}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"git": {
3+
"sha1": "c62a63a61b7caf2de8f9ecb7b06a66b0ab6bdf3d"
4+
},
5+
"path_in_vcs": ""
6+
}

vendor/hashbrown-0.17.1/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/target
2+
**/*.rs.bk
3+
Cargo.lock

0 commit comments

Comments
 (0)