Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Bump solana-program from 1.4.9 to 1.5.8 #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 61 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HPE/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arrayref = "0.3.6"
num_enum = "0.5.1"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.4.4"
solana-program = "1.5.8"
thiserror = "1.0"
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }

Expand Down
2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/cross-program-invocation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-program-test = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/custom-heap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-program-test = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-program-test = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/sysvar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-program-test = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/rust/transfer-lamports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-program-test = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion feature-proposal/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-bpf = []
[dependencies]
borsh = "0.7.1"
borsh-derive = "0.7.1"
solana-program = "1.4.9"
solana-program = "1.5.8"
spl-token = { version = "3.0", path = "../../token/program", features = ["no-entrypoint"] }


Expand Down
2 changes: 1 addition & 1 deletion memo/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
no-entrypoint = []

[dependencies]
solana-program = "1.4.9"
solana-program = "1.5.8"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion shared-memory/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
arrayref = "0.3.6"
solana-program = "1.4.9"
solana-program = "1.5.8"

[dev-dependencies]
solana-bpf-loader-program = "1.4.9"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solana-cli-config = "1.4.9"
solana-client = "1.4.9"
solana-logger = "1.4.9"
solana-sdk = "1.4.9"
solana-program = "1.4.9"
solana-program = "1.5.8"
spl-stake-pool = { path="../program", features = [ "no-entrypoint" ] }
spl-token = { path="../../token/program", features = [ "no-entrypoint" ] }
bs58 = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-traits = "0.2"
num_enum = "0.5.1"
serde = "1.0.117"
serde_derive = "1.0.103"
solana-program = "1.4.9"
solana-program = "1.5.8"
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion themis/program_ristretto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ getrandom = { version = "0.1.15", features = ["dummy"] }
num-derive = "0.3"
num-traits = "0.2"
rand = "0.7.0"
solana-program = "1.4.9"
solana-program = "1.5.8"
thiserror = "1.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arrayref = "0.3.6"
num_enum = "0.5.1"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.4.9"
solana-program = "1.5.8"
thiserror = "1.0"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ production = []
arrayref = "0.3.6"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.4.9"
solana-program = "1.5.8"
spl-token = { version = "3.0", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion token/program-v3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.6"
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.1"
solana-program = "1.4.9"
solana-program = "1.5.8"
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ arrayref = "0.3.6"
num-derive = "0.3"
num-traits = "0.2"
num_enum = "0.5.1"
solana-program = "1.4.9"
solana-program = "1.5.8"
thiserror = "1.0"

[dev-dependencies]
Expand Down