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

fix: export composite query correctly #419

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Conversation

chenyan-dfinity
Copy link
Contributor

Description

Export composite query to Candid.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@chenyan-dfinity chenyan-dfinity enabled auto-merge (squash) August 1, 2023 18:40
@chenyan-dfinity chenyan-dfinity merged commit e64b923 into main Aug 23, 2023
13 checks passed
@chenyan-dfinity chenyan-dfinity deleted the fix-export-composite branch August 23, 2023 21:36
@gabrielnic
Copy link

has this been released yet? We're on sdk 0.15.0 and we still get composite_query;
│ ^^^^^^^^^^^^^^^ Unexpected token

@lwshang
Copy link
Contributor

lwshang commented Sep 27, 2023

has this been released yet? We're on sdk 0.15.0 and we still get composite_query; │ ^^^^^^^^^^^^^^^ Unexpected token

Hi @gabrielnic. We recently released ic-cdk v0.11.0 which contains the fix from this PR.
You can update the dependency version in your Cargo.toml.

We don't update the auto-generated project from dfx new --type=rust frequently. To use the latest Rust CDK, you may need manually change the ic-cdk version in Cargo.toml.

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

Successfully merging this pull request may close these issues.

3 participants