From 031edcac27e2aa90cfc0a0bcb57e509e87690829 Mon Sep 17 00:00:00 2001 From: Jon C Date: Mon, 31 Aug 2026 15:28:43 +0200 Subject: [PATCH] tlv-account-resolution: Bump tlv dep #### Problem The publish is still failing because it's depending on tlv v0.9.0. #### Summary of changes Bump the dep to v0.9.1. Tested that a dry-run publish works --- tlv-account-resolution/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlv-account-resolution/Cargo.toml b/tlv-account-resolution/Cargo.toml index 198c15f..fc3322a 100644 --- a/tlv-account-resolution/Cargo.toml +++ b/tlv-account-resolution/Cargo.toml @@ -23,7 +23,7 @@ solana-pubkey = { version = "3.0.0", features = ["curve25519"] } spl-discriminator = { version = "0.5.1", path = "../discriminator" } spl-list-view = { version = "0.1.1", path = "../list-view" } spl-pod = { version = "0.7.4", path = "../pod" } -spl-type-length-value = { version = "0.9.0", path = "../type-length-value" } +spl-type-length-value = { version = "0.9.1", path = "../type-length-value" } thiserror = "2.0" [dev-dependencies]