Skip to content

Commit b527617

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents 61ba1b3 + 2dbfee3 commit b527617

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+6750
-893
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
shell: bash
88
- run: sudo apt-get install -y pkg-config build-essential libudev-dev
99
shell: bash
10-
- run: echo "ANCHOR_VERSION=0.31.0" >> $GITHUB_ENV
10+
- run: echo "ANCHOR_VERSION=0.31.1" >> $GITHUB_ENV
1111
shell: bash
1212
- run: echo "ANCHOR_SHA=98396c0aeffb4745ab08fb9f45e0d31ad0bd1402" >> $GITHUB_ENV
1313
shell: bash

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ tracing-subscriber = { version = "0", default-features = false, features = [
5151
"registry",
5252
"fmt",
5353
] }
54-
anchor-lang = "0.31.0"
55-
anchor-client = "0.31.0"
54+
anchor-lang = "0.31.1"
55+
anchor-client = "0.31.1"
5656
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.3.0", path = "./solana-transaction-utils" }
61-
tuktuk-sdk = { version = "0.3.1", path = "./tuktuk-sdk" }
62-
tuktuk-program = { version = "0.3.0", path = "./tuktuk-program" }
60+
solana-transaction-utils = { version = "0.3.4", path = "./solana-transaction-utils" }
61+
tuktuk-sdk = { version = "0.3.2", path = "./tuktuk-sdk" }
62+
tuktuk-program = { version = "0.3.1", path = "./tuktuk-program" }
6363
solana-account-decoder = { version = "2.2.3" }
6464
solana-clock = { version = "2.2.1" }
6565
solana-transaction-status = "2.2.3"

0 commit comments

Comments
 (0)