Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sonicfromnewyoke
Copy link
Contributor

Problem

solana-nonce-account crate has no no_std support

Summary of Changes

  • add crate level attribute
  • replace import of std::cell::RefCell with core::cell::RefCell

@febo
Copy link
Contributor

febo commented Oct 23, 2025

I think we need to make its dependencies no_std first. For example:

solana-account = { workspace = true, features = ["bincode"] }

bincode is "std" by default, so probably won't work as it is.

Note: I didn't mean to close the PR.

@febo febo closed this Oct 23, 2025
@febo febo reopened this Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants