Browse Source

examples/spl: Remove derive feature

Armani Ferrante 4 năm trước cách đây
mục cha
commit
e0b3d4a41f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/spl/token-proxy/programs/token-proxy/Cargo.toml

+ 1 - 1
examples/spl/token-proxy/programs/token-proxy/Cargo.toml

@@ -14,7 +14,7 @@ cpi = ["no-entrypoint"]
 
 [dependencies]
 anchor-lang = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
-anchor-spl = { git = "https://github.com/project-serum/anchor", features = ["derive"] }
+anchor-spl = { git = "https://github.com/project-serum/anchor" }
 serum-borsh = { version = "0.8.0-serum.1", features = ["serum-program"] }
 solana-program = "1.4.3"
 solana-sdk = { version = "1.3.14", default-features = false, features = ["program"] }