Update borsh version

This commit is contained in:
Armani Ferrante 2021-01-31 06:08:32 -08:00
parent a314ffd1cf
commit 115cfea21f
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
2 changed files with 273 additions and 198 deletions

469
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,6 @@ anchor-attribute-error = { path = "./attribute/error" }
anchor-attribute-program = { path = "./attribute/program", version = "0.0.0-alpha.0" }
anchor-attribute-state = { path = "./attribute/state", version = "0.0.0-alpha.0" }
anchor-derive-accounts = { path = "./derive/accounts", version = "0.0.0-alpha.0" }
serum-borsh = { version = "0.8.0-serum.1", features = ["serum-program"] }
serum-borsh = "0.8.1-serum.1"
solana-program = "=1.5.0"
thiserror = "1.0.20"