Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

sdk: Upgrade to borsh 1.2.1 #34355

Merged
merged 10 commits into from
Dec 8, 2023
Prev Previous commit
transaction-status: Add comment about borsh version
  • Loading branch information
joncinque committed Dec 7, 2023
commit 52e2325e449f14c1405e4001bd412e037c733eba
2 changes: 2 additions & 0 deletions transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ edition = { workspace = true }
Inflector = { workspace = true }
base64 = { workspace = true }
bincode = { workspace = true }
# Update this borsh dependency to the workspace version once
# spl-associated-token-account is upgraded and used in the monorepo.
borsh = { version = "0.10.3" }
CriesofCarrots marked this conversation as resolved.
Show resolved Hide resolved
bs58 = { workspace = true }
lazy_static = { workspace = true }
Expand Down