Move Move deps from a branch to a tag (#5300)
This commit is contained in:
parent
b59a99111c
commit
855f7ff352
|
@ -20,16 +20,16 @@ serde_json = "1.0.40"
|
||||||
solana-logger = { path = "../../logger", version = "0.17.0" }
|
solana-logger = { path = "../../logger", version = "0.17.0" }
|
||||||
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
solana-sdk = { path = "../../sdk", version = "0.17.0" }
|
||||||
|
|
||||||
bytecode_verifier = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_bytecode_verifier" }
|
bytecode_verifier = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_bytecode_verifier" }
|
||||||
compiler = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_compiler" }
|
compiler = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_compiler" }
|
||||||
failure = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_failure_ext" }
|
failure = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_failure_ext" }
|
||||||
language_e2e_tests = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_language_e2e_tests" }
|
language_e2e_tests = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_language_e2e_tests" }
|
||||||
state_view = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_state_view" }
|
state_view = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_state_view" }
|
||||||
stdlib = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_stdlib" }
|
stdlib = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_stdlib" }
|
||||||
types = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_types" }
|
types = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_types" }
|
||||||
vm = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_vm" }
|
vm = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_vm" }
|
||||||
vm_cache_map = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_vm_cache_map" }
|
vm_cache_map = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_vm_cache_map" }
|
||||||
vm_runtime = { git = "https://github.com/solana-labs/libra", branch = "solana-0.0.0.3.1", package = "solana_libra_vm_runtime" }
|
vm_runtime = { git = "https://github.com/solana-labs/libra", tag = "v0.0.0.3.1", package = "solana_libra_vm_runtime" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["lib"]
|
crate-type = ["lib"]
|
||||||
|
|
Loading…
Reference in New Issue