tcr / rager

A pager written in Rust, like more or less.
https://crates.io/crates/rager
52 stars 12 forks source link

install fails because "pattern does not mention fields `italic`, `strikethrough`" #13

Open phord opened 4 years ago

phord commented 4 years ago
cargo install rager
  : 
error[E0027]: pattern does not mention fields `italic`, `strikethrough`
   --> .../registry/src/github.com-1ecc6299db9ec823/rager-0.3.1/src/main.rs:218:37
    |
218 | / ...                   Event::Char {
219 | | ...                       x,
220 | | ...                       y,
221 | | ...                       c,
...   |
224 | | ...                       color,
225 | | ...                   } => {
    | |_______________________^ missing fields `italic`, `strikethrough`
cyntheticfox commented 4 years ago

Looks like this was fixed in the code, but since there hasn't been a new version pushed to cargo, trying to install via cargo is broken currently