@ -19,20 +19,20 @@ serde_json = "1.0.40"
|
||||
solana-logger = { path = "../../logger", version = "0.17.0" }
|
||||
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
||||
|
||||
bytecode_verifier = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
failure = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0", package = "failure_ext" }
|
||||
language_e2e_tests = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
bytecode_verifier = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
failure = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1", package = "failure_ext" }
|
||||
language_e2e_tests = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
lazy_static = "1.3.0"
|
||||
protobuf = "2.7"
|
||||
proto_conv = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
state_view = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
types = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm_cache_map = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
vm_runtime = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
proto_conv = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
state_view = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
types = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
vm = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
vm_cache_map = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
vm_runtime = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
compiler = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.0" }
|
||||
compiler = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.1" }
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib"]
|
||||
|
@ -279,6 +279,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_mint() {
|
||||
solana_logger::setup();
|
||||
|
||||
|
Reference in New Issue
Block a user