Bump solana_libra to v0.0.0.1 (#5225)

automerge
This commit is contained in:
TristanDebrunner
2019-07-22 15:17:06 -06:00
committed by Grimes
parent 81f4fd56c7
commit 038c6ea0a7
6 changed files with 172 additions and 171 deletions

View File

@ -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"]

View File

@ -279,6 +279,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_mint() {
solana_logger::setup();