Work around missing lib on linux (Issue #4972) (#4975)

This commit is contained in:
Jack May
2019-07-08 22:24:57 -08:00
committed by GitHub
parent f9a2254688
commit 50c6b5d62d
6 changed files with 32 additions and 15 deletions

View File

@@ -16,6 +16,9 @@ solana-sdk-bpf-utils = { path = "../../../../sdk/bpf/rust/rust-utils", version =
solana-sdk-bpf-no-std = { path = "../../../../sdk/bpf/rust/rust-no-std", version = "0.17.0" }
solana-bpf-rust-128bit-dep = { path = "../128bit_dep", version = "0.17.0" }
[dev_dependencies]
solana-sdk-bpf-test = { path = "../../../../sdk/bpf/rust/rust-test", version = "0.17.0" }
[workspace]
members = []