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
Hello, i pretty much just created a new project with rust and it compile errors on deploy.
I searched github issues on dfinity/cdk-rs(here) and dfinity/ic but there seemed to be no one pointing this out
Steps to reproduce:
dfx new service -> Picked Rust, SvelteKit and Internet Identity
cd service
dfx start --background
dfx deploy
and that gives me a lot of errors(150 erriors) on the crate typenum about the crate crypto-common, here's a brief of some
error[E0433]: failed to resolve:use of undeclared type `N3`
--> ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/type_operators.rs:249:14
|
249 | let n3 = N3::new();
| ^^ use of undeclared type `N3`