summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-04-26 10:11:55 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-04-26 10:14:06 -0700
commitc72e0c345b4e31b3487070dbe41d14d236dd08b6 (patch)
tree09c56f911e1ee4330bbec1737ad435011a249f41
parent78e8a60aa6d7d95db271124c57f3bef383fa41dd (diff)
Add hashbrown to homu
-rw-r--r--src/permissions.rs1
-rw-r--r--teams/libs.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/permissions.rs b/src/permissions.rs
index a1ae38f..bd947b2 100644
--- a/src/permissions.rs
+++ b/src/permissions.rs
@@ -138,6 +138,7 @@ permissions! {
compiler_builtins,
crater,
crates_io,
+ hashbrown,
libc,
regex,
rls,
diff --git a/teams/libs.toml b/teams/libs.toml
index 38128ae..2b6913e 100644
--- a/teams/libs.toml
+++ b/teams/libs.toml
@@ -19,6 +19,7 @@ members = [
perf = true
crater = true
bors.rust.review = true
+bors.hashbrown.review = true
[rfcbot]
label = "T-libs"