From de70860c9859f367aab12bbd9360cc5852741e87 Mon Sep 17 00:00:00 2001 From: Urgau Date: Tue, 4 Jun 2024 13:55:49 +0200 Subject: [PATCH] Add rustc-stable-hash repo --- repos/rust-lang/rustc-stable-hash.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repos/rust-lang/rustc-stable-hash.toml diff --git a/repos/rust-lang/rustc-stable-hash.toml b/repos/rust-lang/rustc-stable-hash.toml new file mode 100644 index 000000000..df4574b35 --- /dev/null +++ b/repos/rust-lang/rustc-stable-hash.toml @@ -0,0 +1,11 @@ +org = "rust-lang" +name = "rustc-stable-hash" +description = "A stable hashing algorithm used by rustc: cross-platform, deterministic, not secure" +bots = [] + +[access.teams] +compiler = "write" +compiler-contributors = "write" + +[[branch-protections]] +pattern = "main"