Skip to content

Commit c417daa

Browse files
authored
Merge pull request #61 from helium/bump
Bump versions to release sdk
2 parents a8f2c01 + ae4ad37 commit c417daa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spl-token = "4.0.0"
5858
itertools = "0.13"
5959
tokio-graceful-shutdown = "0.15"
6060
solana-transaction-utils = { version = "0.4.0", path = "./solana-transaction-utils" }
61-
tuktuk-sdk = { version = "0.3.4", path = "./tuktuk-sdk" }
61+
tuktuk-sdk = { version = "0.3.5", path = "./tuktuk-sdk" }
6262
tuktuk-program = { version = "0.3.2", path = "./tuktuk-program" }
6363
solana-account-decoder = { version = "2.2.3" }
6464
solana-clock = { version = "2.2.1" }

tuktuk-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuktuk-cli"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "A cli for tuktuk"
55
homepage.workspace = true
66
repository.workspace = true

tuktuk-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuktuk-sdk"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)