Skip to content

Commit

Permalink
lang: Remove getrandom dependency (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Jul 5, 2024
1 parent 5727865 commit 59ee310
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- idl: Avoid interference from rust tests during IDL generation ([#3058](https:/coral-xyz/anchor/pull/3058)).
- lang: Fix `align` repr support in `declare-program!` ([#3056](https:/coral-xyz/anchor/pull/3056)).
- lang: Make stack frames slimmer on ATA creation ([#3065](https:/coral-xyz/anchor/pull/3065)).
- lang: Remove `getrandom` dependency ([#3072](https:/coral-xyz/anchor/pull/3072)).

### Breaking

Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,3 @@ borsh = ">=0.9, <0.11"
bytemuck = "1"
solana-program = "1.17.3"
thiserror = "1"
# TODO: Remove. This crate has been added to fix a build error with the 1.16.0 release.
getrandom = { version = "0.2", features = ["custom"] }

0 comments on commit 59ee310

Please sign in to comment.