dfinity / cdk-rs

Rust canister development kit for the Internet Computer.
Apache License 2.0
201 stars 90 forks source link

fix: query stats: make members public #453

Closed Dfinity-skaestle closed 10 months ago

Dfinity-skaestle commented 10 months ago

It seems we forgot to make the members public when adding query stats to the cdk.

In order for the struct to be useful in canister code, those have to be pub.