You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm this package to parse the proto files for tokenfactory and v0.15.3 works great.
but v0.20.1 (actually anything beyond 0.15.3) fails with the following issue
error[E0433]: failed to resolve: could not find `shim` in the crate root
--> packages/pfc-treasurechest/src/tf/cosmos/denom.rs:22:5
|
22 | CosmwasmExt,
| ^^^^^^^^^^^ could not find `shim` in the crate root
|
= note: this error originates in the derive macro `CosmwasmExt` (in Nightly builds, run with -Z macro-backtrace for more info)
I was wondering if you had seen this before, and how I can upgrade to the later version
The text was updated successfully, but these errors were encountered:
Hi!
I'm this package to parse the proto files for tokenfactory and v0.15.3 works great.
but v0.20.1 (actually anything beyond 0.15.3) fails with the following issue
I was wondering if you had seen this before, and how I can upgrade to the later version
The text was updated successfully, but these errors were encountered: