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 tried to compile my project with near-sdk-rs5.0.0-alpha.1 because of this issue #1119, however, build fails with the errors:
error: proc-macro derive panicked
--> src/main.rs
|
6 | #[derive(BorshSerialize, BorshDeserialize)]
| ^^^^^^^^^^^^^^
|
= help: message: called `Result::unwrap()` on an `Err` value: Could not find `borsh` in `dependencies` or `dev-dependencies` in `/home/xxxx/yyyyy/Cargo.toml`!
The text was updated successfully, but these errors were encountered:
I tried to compile my project with
near-sdk-rs
5.0.0-alpha.1
because of this issue #1119, however, build fails with the errors:The text was updated successfully, but these errors were encountered: