Issue while working with canbench

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 requires ic-cdk version ^0.18.0, but both ic-cdk v0.18.0 and v0.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:

hi @vicky0004 the new canbench v0.1.13 has been released with ic-cdk v0.17.2.

2 Likes