Skip to content
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

failed to run custom build command for core_io v0.1.20190701 #32

Open
pranav-bhatt opened this issue Oct 15, 2020 · 1 comment
Open

Comments

@pranav-bhatt
Copy link

Hi! I tried building my project with your library, but ran into the following issue:

error: failed to run custom build command for `core_io v0.1.20190701`

Caused by:
  process didn't exit successfully: `/home/pranav/Desktop/sdk-rust/target/debug/build/core_io-a9856cd06fd266b7/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unknown compiler version, upgrade core_io?', /home/pranav/.cargo/registry/src/github.com-1ecc6299db9ec823/core_io-0.1.20190701/build.rs:73:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

This is the part I added in my Cargo.toml:

[dependencies.core_io]
rand = { git = "https://github.com/jethrogb/rust-core_io" }

Any inputs? Thanks!

@jethrogb
Copy link
Owner

Crate version 0.1.20190701 supports only nightly compilers from 2019-07-01 or older

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

2 participants