Skip to content

Commit 620b135

Browse files
committed
bumped steel versions in Cargo.toml
1 parent e99df94 commit 620b135

File tree

19 files changed

+38
-38
lines changed

19 files changed

+38
-38
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 = "2.1.21"
20-
steel = "1.3"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/checking-accounts/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "1.3"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/close-account/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "2.1.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/counter/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "2.1.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/create-account/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "2.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

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

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
24-
steel = "2.0"
23+
solana-program = "2.1"
24+
steel = "3.0"
2525
thiserror = "1.0"

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

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "2.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/favorites/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "1.3"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

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

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
21-
steel = "2.1"
20+
solana-program = "2.1"
21+
steel = "3.0"
2222
thiserror = "1.0"

basics/processing-instructions/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "2.1.21"
20-
steel = "2.1"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/program-derived-addresses/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
program-derived-addresses-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = "2.1"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/realloc/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
realloc-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = "2.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/rent/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ keywords = ["solana"]
1616
rent_example-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = "2.0"
19+
solana-program = "2.1"
20+
steel = "3.0"
2121
thiserror = "1.0"

basics/transfer-sol/steel/Cargo.toml

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

tokens/escrow/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["solana"]
1616
escrow-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = { version = "2.0", features = ["spl"] }
19+
solana-program = "2.1"
20+
steel = { version = "3.0", features = ["spl"] }
2121
thiserror = "1.0"
2222
spl-token = "^4"

tokens/pda-mint-authority/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ keywords = ["solana"]
1616
pda-mint-authority-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = { version = "2.0", features = ["spl"] }
19+
solana-program = "2.1"
20+
steel = { version = "3.0", features = ["spl"] }
2121
thiserror = "1.0"
2222
mpl-token-metadata = { version = "4.1.2" }
2323
spl-token = "^4"

tokens/spl-token-minter/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ keywords = ["solana"]
1616
spl-token-minter-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = { version = "2.0", features = ["spl"] }
19+
solana-program = "2.1"
20+
steel = { version = "3.0", features = ["spl"] }
2121
thiserror = "1.0"
2222
spl-token = "^4"
2323
mpl-token-metadata = { version = "4.1.2" }

tokens/token-swap/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ keywords = ["solana"]
1616
token-swap-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = { version = "2.0", features = ["spl"] }
19+
solana-program = "2.1"
20+
steel = { version = "3.0", features = ["spl"] }
2121
thiserror = "1.0"
2222
spl-token = "^4"
2323
spl-math = { version = "0.3.0", features = ["no-entrypoint"] }

tokens/transfer-tokens/steel/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ keywords = ["solana"]
1616
transfer-tokens-api = { path = "./api", version = "0.1.0" }
1717
bytemuck = "1.14"
1818
num_enum = "0.7"
19-
solana-program = "2.1.21"
20-
steel = { version = "2.0", features = ["spl"] }
19+
solana-program = "2.1"
20+
steel = { version = "3.0", features = ["spl"] }
2121
thiserror = "1.0"
2222
spl-token = "^4"
2323
mpl-token-metadata = { version = "4.1.2" }

0 commit comments

Comments
 (0)