From de037a0c9cffc8ae3572efb5c494185e1d84898f Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Mon, 22 Apr 2024 23:41:03 +0100 Subject: [PATCH] Fix https://github.com/andoriyu/uclicious in hacky way --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index ab2d6a3..560bc3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,6 +67,7 @@ lazy_static! { "https://github.com/esp-rs".to_string(), // Espressif Rust Organization (Organizations have no stars). "https://github.com/arkworks-rs".to_string(), // Rust ecosystem for zkSNARK programming (Organizations have no stars) "https://marketplace.visualstudio.com/items?itemName=jinxdash.prettier-rust".to_string(), // https://github.com/jinxdash/prettier-plugin-rust has >50 stars + "https://github.com/andoriyu/uclicious".to_string() // FIXME: CI hack. the crate has a higher count, but we don't refresh. ]; }