Skip to content

Commit 0e1dd44

Browse files
authored
Merge pull request #1472 from Urgau/rustc-stable-hash
Add `rustc-stable-hash` repo
2 parents 9774c46 + de70860 commit 0e1dd44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
org = "rust-lang"
2+
name = "rustc-stable-hash"
3+
description = "A stable hashing algorithm used by rustc: cross-platform, deterministic, not secure"
4+
bots = []
5+
6+
[access.teams]
7+
compiler = "write"
8+
compiler-contributors = "write"
9+
10+
[[branch-protections]]
11+
pattern = "main"

0 commit comments

Comments
 (0)