Skip to content

Commit

Permalink
lang: Remove arrayref dependency (coral-xyz#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Aug 27, 2024
1 parent 7cb20f2 commit 5ed75fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- ts: Remove `crypto-hash` dependency ([#3171](https://github.com/coral-xyz/anchor/pull/3171)).
- ts: Improve error message of unsupported `view` method ([#3177](https://github.com/coral-xyz/anchor/pull/3177)).
- idl: Fix panicking on tests ([#3197](https://github.com/coral-xyz/anchor/pull/3197)).
- lang: Remove `arrayref` dependency ([#3201](https://github.com/coral-xyz/anchor/pull/3201)).

### 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.

1 change: 0 additions & 1 deletion lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ anchor-derive-space = { path = "./derive/space", version = "0.30.1" }
# `anchor-lang-idl` should only be included with `idl-build` feature
anchor-lang-idl = { path = "../idl", version = "0.1.1", optional = true }

arrayref = "0.3"
base64 = "0.21"
bincode = "1"
borsh = "0.10.3"
Expand Down

0 comments on commit 5ed75fb

Please sign in to comment.