Skip to content

Commit 4f69773

Browse files
Bump solana-program from 1.18.26 to 2.2.1
Bumps [solana-program](https://github.com/anza-xyz/solana-sdk) from 1.18.26 to 2.2.1. - [Release notes](https://github.com/anza-xyz/solana-sdk/releases) - [Commits](https://github.com/anza-xyz/solana-sdk/commits/[email protected]) --- updated-dependencies: - dependency-name: solana-program dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8735834 commit 4f69773

File tree

21 files changed

+56
-22
lines changed

21 files changed

+56
-22
lines changed

Cargo.lock

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

basics/account-data/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
solana-program = "2.0"
7+
solana-program = "2.2"
88
borsh = "0.9.3"
99
borsh-derive = "0.9.1"
1010

basics/checking-accounts/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
solana-program = "2.0"
7+
solana-program = "2.2"
88

99
[lib]
1010
crate-type = ["cdylib", "lib"]

basics/close-account/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
borsh = "0.9.3"
88
borsh-derive = "0.9.1"
9-
solana-program = "2.0"
9+
solana-program = "2.2"
1010

1111
[lib]
1212
crate-type = ["cdylib", "lib"]

basics/counter/mpl-stack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ default = []
1414
[dependencies]
1515
borsh = "0.9"
1616
shank = "0.0.8"
17-
solana-program = "2.1"
17+
solana-program = "2.2"

basics/counter/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ default = []
1313

1414
[dependencies]
1515
borsh = "0.9.3"
16-
solana-program = "2.0"
16+
solana-program = "2.2"

basics/create-account/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
solana-program = "2.0"
7+
solana-program = "2.2"
88

99
[lib]
1010
crate-type = ["cdylib", "lib"]

basics/favorites/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
borsh = "0.9.3"
8-
solana-program = "2.0"
8+
solana-program = "2.2"
99
borsh-derive = "0.9.1"
1010

1111
[lib]

basics/hello-solana/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
solana-program = "2.0"
7+
solana-program = "2.2"
88

99
[lib]
1010
crate-type = ["cdylib", "lib"]

basics/pda-rent-payer/native/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
solana-program = "2.0"
7+
solana-program = "2.2"
88
borsh = "0.9.3"
99
borsh-derive = "0.9.1"
1010

0 commit comments

Comments
 (0)