You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to build the sample from the docs, the clipper library
I got something working, I can't get past this error.
thanks for the help
INFO [ritual::processor] Running processing step: build_crate Updating crates.io index error: failed to select a version for cpp_std. ... required by package clipper v0.1.0 (/home/varomix/RUST_DEV/clipper/workspace/out/clipper)versions that meet the requirements^0.1.1` are: 0.1.1
the package clipper depends on cpp_std, with features: ritual_rustdoc_nightly but cpp_std does not have these features.
failed to select a version for cpp_std which could resolve this conflict
ERROR [ritual::processor] Step failed! Aborting...
`
The text was updated successfully, but these errors were encountered:
I can't reproduce this issue. Are you using the latest version of ritual?
ritual_rustdoc_nightly is not a package, it's a feature of crates generated by ritual. The published version of cpp_std doesn't have this feature yet, but it shouldn't be a problem.
Hi, I am trying to build the sample from the docs, the clipper library
I got something working, I can't get past this error.
thanks for the help
INFO [ritual::processor] Running processing step: build_crate Updating crates.io index error: failed to select a version for
cpp_std. ... required by package
clipper v0.1.0 (/home/varomix/RUST_DEV/clipper/workspace/out/clipper)versions that meet the requirements
^0.1.1` are: 0.1.1the package
clipper
depends oncpp_std
, with features:ritual_rustdoc_nightly
butcpp_std
does not have these features.failed to select a version for
cpp_std
which could resolve this conflictERROR [ritual::processor] Step failed! Aborting...
`
The text was updated successfully, but these errors were encountered: