forked from anza-xyz/agave
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to v2.1.4 (anza-xyz#3782)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Will Hickey <[email protected]>
- Loading branch information
1 parent
92f639b
commit 8dadea5
Showing
14 changed files
with
579 additions
and
579 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[workspace.package] | ||
version = "2.1.3" | ||
version = "2.1.4" | ||
description = "Solana SBF test program written in Rust" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
@@ -30,44 +30,44 @@ rand = "0.8" | |
serde = "1.0.112" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251 | ||
serde_derive = "1.0.112" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251 | ||
serde_json = "1.0.56" | ||
solana-account-decoder = { path = "../../account-decoder", version = "=2.1.3" } | ||
solana-accounts-db = { path = "../../accounts-db", version = "=2.1.3" } | ||
solana-bn254 = { path = "../../curves/bn254", version = "=2.1.3" } | ||
solana-bpf-loader-program = { path = "../bpf_loader", version = "=2.1.3" } | ||
solana-cli-output = { path = "../../cli-output", version = "=2.1.3" } | ||
solana-compute-budget = { path = "../../compute-budget", version = "=2.1.3" } | ||
solana-curve25519 = { path = "../../curves/curve25519", version = "=2.1.3" } | ||
solana-decode-error = { path = "../../sdk/decode-error", version = "=2.1.3" } | ||
solana-feature-set = { path = "../../sdk/feature-set", version = "=2.1.3" } | ||
solana-fee = { path = "../../fee", version = "=2.1.3" } | ||
solana-ledger = { path = "../../ledger", version = "=2.1.3" } | ||
solana-log-collector = { path = "../../log-collector", version = "=2.1.3" } | ||
solana-logger = { path = "../../logger", version = "=2.1.3" } | ||
solana-measure = { path = "../../measure", version = "=2.1.3" } | ||
solana-poseidon = { path = "../../poseidon/", version = "=2.1.3" } | ||
solana-program = { path = "../../sdk/program", version = "=2.1.3" } | ||
solana-program-runtime = { path = "../../program-runtime", version = "=2.1.3" } | ||
solana-runtime = { path = "../../runtime", version = "=2.1.3" } | ||
solana-runtime-transaction = { path = "../../runtime-transaction", version = "=2.1.3" } | ||
solana-sbf-rust-128bit-dep = { path = "rust/128bit_dep", version = "=2.1.3" } | ||
solana-sbf-rust-invoke-dep = { path = "rust/invoke_dep", version = "=2.1.3" } | ||
solana-sbf-rust-invoked-dep = { path = "rust/invoked_dep", version = "=2.1.3" } | ||
solana-sbf-rust-many-args-dep = { path = "rust/many_args_dep", version = "=2.1.3" } | ||
solana-sbf-rust-mem-dep = { path = "rust/mem_dep", version = "=2.1.3" } | ||
solana-sbf-rust-param-passing-dep = { path = "rust/param_passing_dep", version = "=2.1.3" } | ||
solana-sbf-rust-realloc-dep = { path = "rust/realloc_dep", version = "=2.1.3" } | ||
solana-sbf-rust-realloc-invoke-dep = { path = "rust/realloc_invoke_dep", version = "=2.1.3" } | ||
solana-sdk = { path = "../../sdk", version = "=2.1.3" } | ||
solana-secp256k1-recover = { path = "../../curves/secp256k1-recover", version = "=2.1.3" } | ||
solana-svm = { path = "../../svm", version = "=2.1.3" } | ||
solana-svm-transaction = { path = "../../svm-transaction", version = "=2.1.3" } | ||
solana-timings = { path = "../../timings", version = "=2.1.3" } | ||
solana-transaction-status = { path = "../../transaction-status", version = "=2.1.3" } | ||
solana-type-overrides = { path = "../../type-overrides", version = "=2.1.3" } | ||
solana-vote = { path = "../../vote", version = "=2.1.3" } | ||
solana-vote-program = { path = "../../programs/vote", version = "=2.1.3" } | ||
agave-validator = { path = "../../validator", version = "=2.1.3" } | ||
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=2.1.3" } | ||
solana-account-decoder = { path = "../../account-decoder", version = "=2.1.4" } | ||
solana-accounts-db = { path = "../../accounts-db", version = "=2.1.4" } | ||
solana-bn254 = { path = "../../curves/bn254", version = "=2.1.4" } | ||
solana-bpf-loader-program = { path = "../bpf_loader", version = "=2.1.4" } | ||
solana-cli-output = { path = "../../cli-output", version = "=2.1.4" } | ||
solana-compute-budget = { path = "../../compute-budget", version = "=2.1.4" } | ||
solana-curve25519 = { path = "../../curves/curve25519", version = "=2.1.4" } | ||
solana-decode-error = { path = "../../sdk/decode-error", version = "=2.1.4" } | ||
solana-feature-set = { path = "../../sdk/feature-set", version = "=2.1.4" } | ||
solana-fee = { path = "../../fee", version = "=2.1.4" } | ||
solana-ledger = { path = "../../ledger", version = "=2.1.4" } | ||
solana-log-collector = { path = "../../log-collector", version = "=2.1.4" } | ||
solana-logger = { path = "../../logger", version = "=2.1.4" } | ||
solana-measure = { path = "../../measure", version = "=2.1.4" } | ||
solana-poseidon = { path = "../../poseidon/", version = "=2.1.4" } | ||
solana-program = { path = "../../sdk/program", version = "=2.1.4" } | ||
solana-program-runtime = { path = "../../program-runtime", version = "=2.1.4" } | ||
solana-runtime = { path = "../../runtime", version = "=2.1.4" } | ||
solana-runtime-transaction = { path = "../../runtime-transaction", version = "=2.1.4" } | ||
solana-sbf-rust-128bit-dep = { path = "rust/128bit_dep", version = "=2.1.4" } | ||
solana-sbf-rust-invoke-dep = { path = "rust/invoke_dep", version = "=2.1.4" } | ||
solana-sbf-rust-invoked-dep = { path = "rust/invoked_dep", version = "=2.1.4" } | ||
solana-sbf-rust-many-args-dep = { path = "rust/many_args_dep", version = "=2.1.4" } | ||
solana-sbf-rust-mem-dep = { path = "rust/mem_dep", version = "=2.1.4" } | ||
solana-sbf-rust-param-passing-dep = { path = "rust/param_passing_dep", version = "=2.1.4" } | ||
solana-sbf-rust-realloc-dep = { path = "rust/realloc_dep", version = "=2.1.4" } | ||
solana-sbf-rust-realloc-invoke-dep = { path = "rust/realloc_invoke_dep", version = "=2.1.4" } | ||
solana-sdk = { path = "../../sdk", version = "=2.1.4" } | ||
solana-secp256k1-recover = { path = "../../curves/secp256k1-recover", version = "=2.1.4" } | ||
solana-svm = { path = "../../svm", version = "=2.1.4" } | ||
solana-svm-transaction = { path = "../../svm-transaction", version = "=2.1.4" } | ||
solana-timings = { path = "../../timings", version = "=2.1.4" } | ||
solana-transaction-status = { path = "../../transaction-status", version = "=2.1.4" } | ||
solana-type-overrides = { path = "../../type-overrides", version = "=2.1.4" } | ||
solana-vote = { path = "../../vote", version = "=2.1.4" } | ||
solana-vote-program = { path = "../../programs/vote", version = "=2.1.4" } | ||
agave-validator = { path = "../../validator", version = "=2.1.4" } | ||
solana-zk-token-sdk = { path = "../../zk-token-sdk", version = "=2.1.4" } | ||
solana_rbpf = "=0.8.5" | ||
thiserror = "1.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fail" | ||
version = "2.1.3" | ||
version = "2.1.4" | ||
description = "Solana SBF test program written in Rust" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
@@ -10,7 +10,7 @@ edition = "2021" | |
publish = false | ||
|
||
[dependencies] | ||
solana-program = { path = "../../../../program", version = "=2.1.3" } | ||
solana-program = { path = "../../../../program", version = "=2.1.4" } | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "noop" | ||
version = "2.1.3" | ||
version = "2.1.4" | ||
description = "Solana SBF test program written in Rust" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
@@ -10,7 +10,7 @@ edition = "2021" | |
publish = false | ||
|
||
[dependencies] | ||
solana-program = { path = "../../../../program", version = "=2.1.3" } | ||
solana-program = { path = "../../../../program", version = "=2.1.4" } | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "package-metadata" | ||
version = "2.1.3" | ||
version = "2.1.4" | ||
description = "Solana SBF test program with tools version in package metadata" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
@@ -14,8 +14,8 @@ tools-version = "v1.43" | |
program-id = "MyProgram1111111111111111111111111111111111" | ||
|
||
[dependencies] | ||
solana-package-metadata = { path = "../../../../package-metadata", version = "=2.1.3" } | ||
solana-program = { path = "../../../../program", version = "=2.1.3" } | ||
solana-package-metadata = { path = "../../../../package-metadata", version = "=2.1.4" } | ||
solana-program = { path = "../../../../program", version = "=2.1.4" } | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "workspace-metadata" | ||
version = "2.1.3" | ||
version = "2.1.4" | ||
description = "Solana SBF test program with tools version in workspace metadata" | ||
authors = ["Anza Maintainers <[email protected]>"] | ||
repository = "https://github.com/anza-xyz/agave" | ||
|
@@ -10,7 +10,7 @@ edition = "2021" | |
publish = false | ||
|
||
[dependencies] | ||
solana-program = { path = "../../../../program", version = "=2.1.3" } | ||
solana-program = { path = "../../../../program", version = "=2.1.4" } | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters