-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We were inconsistently using `#[cfg(feature = "solana")]` and `#[cfg(target_os = "solana")]` in different places, which was leading to issues when some third-party crate was using `light-hasher` without `solana` feature, but in sBPF environment. This feature is a footgun and there is no real benefit of not using solana-program as a dependency, so just stop using it. The `solana` feature is stil listed in `Cargo.toml`, but doesn't do anything. That's because there are still crates depending on that feature. We can remove it once we are ready to affect them.
- Loading branch information
1 parent
fe67284
commit 2ac16e4
Showing
3 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters