seniorjoinu / ic-stable-memory

Lets you store canister data directly in stable memory
MIT License
42 stars 11 forks source link

Unable to use this library on the latest stable channel release (edition=2021) #2

Closed saikatdas0790 closed 2 years ago

saikatdas0790 commented 2 years ago

I'm running into this error when I add ic-stable-memory to my Cargo.toml packages.

image

Do I have to switch to the nightly release channel to use this library or am I doing something wrong?

saikatdas0790 commented 2 years ago

My Rust installation details look like this image

saikatdas0790 commented 2 years ago

This is fixed now