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

Error with IC-CDK Dependencies #161

Open
jennifertrin opened this issue Aug 3, 2023 · 1 comment
Open

Error with IC-CDK Dependencies #161

jennifertrin opened this issue Aug 3, 2023 · 1 comment

Comments

@jennifertrin
Copy link

When I attempt to the deploy the boilerplate using dfx deploy, I receive this error:

Executing 'cargo build --target wasm32-unknown-unknown --package graphql --release'
    Updating crates.io index
error: failed to select a version for the requirement `ic-cdk = "^0.3.0"`
candidate versions found which didn't match: 0.10.0, 0.9.2, 0.8.1, ...
location searched: crates.io index
required by package `sudograph v0.4.3`
    ... which satisfies dependency `sudograph = "^0.4.3"` of package `graphql v0.0.0 (/Users/jennifertran/Documents/marketinglayer/canisters/graphql)`
perhaps a crate was updated and forgotten to be re-vendored?

Is there a way to set the version of the sudograph package to use a newer ic-cdk?

@NickGhignatti
Copy link

which version of dox are you running ? Cause may the problem is that Sudograph has been tested on dfx 0.7.2 and you are running an incompatible version

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