mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-21 19:33:10 +00:00
Fix https://github.com/andoriyu/uclicious in hacky way
This commit is contained in:
parent
28ba678297
commit
de037a0c9c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue