Skip to content

Commit e99df94

Browse files
committed
steel solana version bump
1 parent db5f58a commit e99df94

File tree

19 files changed

+21
-21
lines changed

19 files changed

+21
-21
lines changed

basics/account-data/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
account-data-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "1.3"
21-
thiserror = "1.0"
21+
thiserror = "1.0"

basics/checking-accounts/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
steel-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "1.3"
2121
thiserror = "1.0"

basics/close-account/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
close-account-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "2.1.0"
2121
thiserror = "1.0"

basics/counter/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
counter-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "2.1.0"
2121
thiserror = "1.0"

basics/create-account/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
create-account-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "2.0"
2121
thiserror = "1.0"

basics/cross-program-invocation/steel/hand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ lever-program = { path = "../lever/program", version = "0.1.0", features = [
2020
] }
2121
bytemuck = "1.14"
2222
num_enum = "0.7"
23-
solana-program = "1.18"
23+
solana-program = "2.1.21"
2424
steel = "2.0"
2525
thiserror = "1.0"

basics/cross-program-invocation/steel/lever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
lever-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "2.0"
2121
thiserror = "1.0"

basics/favorites/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
steel-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "1.3"
2121
thiserror = "1.0"

basics/pda-rent-payer/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ pda-rent-payer-api = { path = "./api", version = "0.1.0" }
1717
borsh = "1.5"
1818
bytemuck = "1.14"
1919
num_enum = "0.7"
20-
solana-program = "1.18"
20+
solana-program = "2.1.21"
2121
steel = "2.1"
2222
thiserror = "1.0"

basics/processing-instructions/steel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
processing-instructions-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "1.18"
19+
solana-program = "2.1.21"
2020
steel = "2.1"
2121
thiserror = "1.0"

0 commit comments

Comments
 (0)