Skip to content

Commit

Permalink
chore: add missing members back to workspace.members (solana-labs#29450)
Browse files Browse the repository at this point in the history
* frozen-abi/macro

* program-runtime

* sdk/macro

* sdk/program

* storage-bigtable/build-proto

* fix sorting
  • Loading branch information
yihau authored and gnapoli23 committed Jan 10, 2023
1 parent 51e903d commit e95d392
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ members = [
"entry",
"faucet",
"frozen-abi",
"frozen-abi/macro",
"genesis",
"genesis-utils",
"geyser-plugin-interface",
Expand All @@ -47,6 +48,7 @@ members = [
"perf",
"poh",
"poh-bench",
"program-runtime",
"program-test",
"programs/address-lookup-table",
"programs/address-lookup-table-tests",
Expand Down Expand Up @@ -77,9 +79,12 @@ members = [
"sdk/cargo-test-bpf",
"sdk/cargo-test-sbf",
"sdk/gen-headers",
"sdk/macro",
"sdk/program",
"send-transaction-service",
"stake-accounts",
"storage-bigtable",
"storage-bigtable/build-proto",
"storage-proto",
"streamer",
"sys-tuner",
Expand Down
2 changes: 1 addition & 1 deletion program-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ solana-frozen-abi = { path = "../frozen-abi", version = "=1.15.0" }
solana-frozen-abi-macro = { path = "../frozen-abi/macro", version = "=1.15.0" }
solana-measure = { path = "../measure", version = "=1.15.0" }
solana-metrics = { path = "../metrics", version = "=1.15.0" }
solana_rbpf = "=0.2.38"
solana-sdk = { path = "../sdk", version = "=1.15.0" }
solana_rbpf = "=0.2.38"
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sdk/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ proc-macro = true
bs58 = "0.4.0"
proc-macro2 = "1.0.19"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
rustversion = "1.0.7"
syn = { version = "1.0", features = ["full", "extra-traits"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
8 changes: 4 additions & 4 deletions sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ blake3 = { version = "1.3.1", features = ["digest", "traits-preview"] }
borsh = "0.9.1"
borsh-derive = "0.9.1"
bs58 = "0.4.0"
bytemuck = { version = "1.8.0", features = ["derive"] }
bv = { version = "0.11.1", features = ["serde"] }
bytemuck = { version = "1.8.0", features = ["derive"] }
itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.17"
Expand All @@ -37,9 +37,9 @@ solana-sdk-macro = { path = "../macro", version = "=1.15.0" }
thiserror = "1.0"

[target.'cfg(not(target_os = "solana"))'.dependencies]
ark-bn254="0.3.0"
ark-ec="0.3.0"
ark-ff="0.3.0"
ark-bn254 = "0.3.0"
ark-ec = "0.3.0"
ark-ff = "0.3.0"
array-bytes = "=1.4.1"
bitflags = "1.3.1"
base64 = { version = "0.13", features = ["alloc", "std"] }
Expand Down
2 changes: 0 additions & 2 deletions storage-bigtable/build-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ publish = false
repository = "https://github.com/solana-labs/solana"
version = "1.15.0"

[workspace]

[dependencies]
tonic-build = "0.8.0"

Expand Down

0 comments on commit e95d392

Please sign in to comment.