reujab / silver

A cross-shell customizable powerline-like prompt with icons
MIT License
453 stars 30 forks source link

Broken dependency (confy) #74

Closed amomchilov closed 3 years ago

amomchilov commented 3 years ago
error[E0061]: this function takes 2 arguments but 1 argument was supplied
  --> src/main.rs:19:9
   |
19 |         confy::load("silver")
   |         ^^^^^^^^^^^ -------- supplied 1 argument
   |         |
   |         expected 2 arguments

error: aborting due to previous error

For more information about this error, try `rustc --explain E0061`.
error: failed to compile `silver v1.1.0 (https://github.com/reujab/silver#942e90b2)`

Confy changed the signature of confy::load in https://github.com/rust-cli/confy/pull/37