Skip to content

Commit

Permalink
Ignore crate wright-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
C4K3 committed Mar 2, 2018
1 parent 6daf49d commit 747ab04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,9 @@ fn read_crate_index(git_dir: &PathBuf,
Crate::new("rustbook", "0.1.0"),
Crate::new("rustbook", "0.2.0"),
Crate::new("rustbook", "0.3.0"),
Crate::new("cargo-ctags", "0.2.3")];
Crate::new("cargo-ctags", "0.2.3"),
Crate::new("wright", "0.2.2"), /* https://github.com/rust-lang/crates.io/issues/1201 */
];

for c in &unavailable_crates {
let _: bool = ret.remove(c);
Expand Down

0 comments on commit 747ab04

Please sign in to comment.