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

crypto-common 0.1.4 does not work with MSRV (does not work with rust 1.48) #1047

Closed
catenacyber opened this issue Jul 4, 2022 · 3 comments
Closed

Comments

@catenacyber
Copy link

Version 0.1.3 worked fine as in
https://github.com/OISF/suricata/runs/7155746336?check_suite_focus=true

Version 0.1.4 fails as in
https://github.com/OISF/suricata/runs/7177440733?check_suite_focus=true

Downloaded crypto-common v0.1.4
error: failed to parse manifest at `/github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.4/Cargo.toml`
Caused by:
  feature `resolver` is required
  this Cargo does not support nightly features, but if you
  switch to nightly channel you can add
  `cargo-features = ["resolver"]` to enable this feature
@gruve-p
Copy link

gruve-p commented Jul 9, 2022

Same problem for me (rust 1.47)

Version 0.1.3 worked fine as in
https://github.com/Groestlcoin/rust-groestlcoin/actions/runs/2602126182

Version 0.1.4 fails as in
https://github.com/Groestlcoin/rust-groestlcoin/actions/runs/2640925514

Downloaded crypto-common v0.1.4
error: failed to parse manifest at `/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/crypto-common-0.1.4/Cargo.toml`
Caused by:
  feature `resolver` is required
  this Cargo does not support nightly features, but if you
  switch to nightly channel you can add
  `cargo-features = ["resolver"]` to enable this feature
Error: Process completed with exit code 101.

@tarcieri
Copy link
Member

tarcieri commented Jul 9, 2022

Fixed by #1049

@tarcieri tarcieri closed this as completed Jul 9, 2022
@catenacyber
Copy link
Author

Thanks @tarcieri it looks like 0.1.5 is working fine :-)

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

3 participants