Skip to content

Commit 933ac5f

Browse files
committed
Bump cargos
1 parent ca23a23 commit 933ac5f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ spl-associated-token-account = "6.0.0"
5757
spl-token = "4.0.0"
5858
itertools = "0.13"
5959
tokio-graceful-shutdown = "0.15"
60-
solana-transaction-utils = { version = "0.4.1", path = "./solana-transaction-utils" }
61-
tuktuk-sdk = { version = "0.3.5", path = "./tuktuk-sdk" }
60+
solana-transaction-utils = { version = "0.4.2", path = "./solana-transaction-utils" }
61+
tuktuk-sdk = { version = "0.3.6", 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" }

solana-transaction-utils/Cargo.toml

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

tuktuk-crank-turner/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-crank-turner"
3-
version = "0.2.23"
3+
version = "0.2.24"
44
authors.workspace = true
55
edition.workspace = true
66
license.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.5"
3+
version = "0.3.6"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)