I’m running into a version compatibility issue with the canbench
crate.
canbench
v0.1.11 was working fine.- In the latest version, v0.1.12, a new function
get_traces()
is present. - However,
canbench v0.1.12
requiresic-cdk
version ^0.18.0, but bothic-cdk v0.18.0
andv0.18.1
have been yanked. - The latest safe version seems to be
ic-cdk v0.17.2
.
Reverting back to canbench v0.1.11
causes the following error: