Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
validator: remove unnecessary bincode dependency
Browse files Browse the repository at this point in the history
mina86 committed Aug 20, 2024
1 parent fa73311 commit 3fd83a0
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@ anchor-spl = "0.29.0"
arrayvec = "0.7.4"
ascii = "1.1.0"
base64 = { version = "0.21", default-features = false, features = ["alloc"] }
bincode = { version = "1.3.3" }
blake3 = { version = "1.3.3", default-features = false }
borsh = { version = "0.10.3", default-features = false }
bs58 = { version = "0.5.0", default-features = false }
1 change: 0 additions & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,6 @@ anchor-lang.workspace = true
anchor-spl.workspace = true
bs58.workspace = true
base64.workspace = true
bincode.workspace = true
borsh.workspace = true
clap.workspace = true
derive_more.workspace = true

0 comments on commit 3fd83a0

Please sign in to comment.