Skip to content

Can't find crate for pulldown_cmark #1906

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dtolnay opened this issue Jul 28, 2017 · 10 comments
Closed

Can't find crate for pulldown_cmark #1906

dtolnay opened this issue Jul 28, 2017 · 10 comments

Comments

@dtolnay
Copy link
Member

dtolnay commented Jul 28, 2017

rustc 1.21.0-nightly (52a3309 2017-07-27)

   Compiling clippy_lints v0.0.145
error[E0463]: can't find crate for `pulldown_cmark`
  --> clippy_lints/src/lib.rs:55:1
   |
55 | extern crate pulldown_cmark;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
@dtolnay
Copy link
Member Author

dtolnay commented Jul 28, 2017

It compiles fine with rustc 1.21.0-nightly (599be0d 2017-07-26).

@oli-obk
Copy link
Contributor

oli-obk commented Jul 28, 2017

fixed in 0.0.146

@oli-obk oli-obk closed this as completed Jul 28, 2017
@llogiq
Copy link
Contributor

llogiq commented Jul 28, 2017

@oli-obk Did you forget to push? Our current master still says 0.0.145.

@oli-obk
Copy link
Contributor

oli-obk commented Jul 28, 2017

I did. sorry. Will push sunday evening

@ghost
Copy link

ghost commented Jul 29, 2017

I did. sorry. Will push sunday evening

What? No! I need this today! Er.. I mean, whenever you can :))
Cheers

EDIT: well, my wish was already true :D even if the commit isn't in yet.
cargo update
Updating clippy v0.0.145 -> v0.0.146
Updating clippy_lints v0.0.145 -> v0.0.146
EDIT2: Oh, nevermind xD #1910

@llogiq
Copy link
Contributor

llogiq commented Jul 30, 2017

This just means that clippy devs have to put apulldown-cmark = "0.0.15" in the clippy_lints' dependecies until @oli-obk pushes.

(Edit: @kraai is right, it's 0.0.15, not 0.1.15)

@oli-obk
Copy link
Contributor

oli-obk commented Jul 30, 2017

Yea. The PC with the relevant commits has quite some physical distance to me and is not turned on and does not allow wake-on-lan

@kraai
Copy link
Contributor

kraai commented Jul 30, 2017

@llogiq I think you have the version number of pulldown-cmark wrong: I had to use 0.0.15 instead of 0.1.15.

@ghost
Copy link

ghost commented Jul 30, 2017

@oli-obk
Copy link
Contributor

oli-obk commented Jul 31, 2017

It has been pushed, updating for nightly now ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants