diff --git a/Cargo.lock b/Cargo.lock index 8e21709..bb5a626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6820,7 +6820,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tuktuk-cli" -version = "0.2.9" +version = "0.2.10" dependencies = [ "anchor-client", "anchor-lang", @@ -6890,7 +6890,7 @@ dependencies = [ [[package]] name = "tuktuk-sdk" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anchor-lang", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b386491..09dc673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ spl-token = "4.0.0" itertools = "0.13" tokio-graceful-shutdown = "0.15" solana-transaction-utils = { version = "0.4.0", path = "./solana-transaction-utils" } -tuktuk-sdk = { version = "0.3.4", path = "./tuktuk-sdk" } +tuktuk-sdk = { version = "0.3.5", path = "./tuktuk-sdk" } tuktuk-program = { version = "0.3.2", path = "./tuktuk-program" } solana-account-decoder = { version = "2.2.3" } solana-clock = { version = "2.2.1" } diff --git a/tuktuk-cli/Cargo.toml b/tuktuk-cli/Cargo.toml index 17ff696..27439c9 100644 --- a/tuktuk-cli/Cargo.toml +++ b/tuktuk-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuktuk-cli" -version = "0.2.9" +version = "0.2.10" description = "A cli for tuktuk" homepage.workspace = true repository.workspace = true diff --git a/tuktuk-sdk/Cargo.toml b/tuktuk-sdk/Cargo.toml index 6a0470a..2d2b1cd 100644 --- a/tuktuk-sdk/Cargo.toml +++ b/tuktuk-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuktuk-sdk" -version = "0.3.4" +version = "0.3.5" authors.workspace = true edition.workspace = true license.workspace = true