lang: Use official borsh crate

This commit is contained in:
armaniferrante 2021-03-23 10:40:32 -07:00
parent 25706d17c5
commit 118be5c6cb
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -165,7 +165,7 @@ dependencies = [
"anchor-attribute-program",
"anchor-attribute-state",
"anchor-derive-accounts",
"serum-borsh",
"borsh",
"solana-program",
"thiserror",
]

View File

@ -19,6 +19,6 @@ anchor-attribute-program = { path = "./attribute/program", version = "0.3.0" }
anchor-attribute-state = { path = "./attribute/state", version = "0.3.0" }
anchor-attribute-interface = { path = "./attribute/interface", version = "0.3.0" }
anchor-derive-accounts = { path = "./derive/accounts", version = "0.3.0" }
serum-borsh = "0.8.1-serum.1"
borsh = "0.8.2"
solana-program = "=1.5.15"
thiserror = "1.0.20"