Procházet zdrojové kódy

lang: Remove `arrayref` dependency (#3201)

acheron před 1 rokem
rodič
revize
5ed75fbfb4
3 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 0
      CHANGELOG.md
  2. 0 1
      Cargo.lock
  3. 0 1
      lang/Cargo.toml

+ 1 - 0
CHANGELOG.md

@@ -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
 

+ 0 - 1
Cargo.lock

@@ -277,7 +277,6 @@ dependencies = [
  "anchor-derive-serde",
  "anchor-derive-space",
  "anchor-lang-idl",
- "arrayref",
  "base64 0.21.7",
  "bincode",
  "borsh 0.10.3",

+ 0 - 1
lang/Cargo.toml

@@ -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"