mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-29 12:15:25 +08:00
chore: update stacks-blockchain version
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -487,7 +487,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "clarity"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/stacks-network/stacks-blockchain.git?rev=7f6dde98e5349c64d1ed7410b9af0e126420532b#7f6dde98e5349c64d1ed7410b9af0e126420532b"
|
||||
source = "git+https://github.com/stacks-network/stacks-blockchain.git?rev=580e811223a389d38071dcb9fde79ab55cd6f685#580e811223a389d38071dcb9fde79ab55cd6f685"
|
||||
dependencies = [
|
||||
"integer-sqrt",
|
||||
"lazy_static",
|
||||
@@ -2650,7 +2650,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "stacks-common"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/stacks-network/stacks-blockchain.git?rev=7f6dde98e5349c64d1ed7410b9af0e126420532b#7f6dde98e5349c64d1ed7410b9af0e126420532b"
|
||||
source = "git+https://github.com/stacks-network/stacks-blockchain.git?rev=580e811223a389d38071dcb9fde79ab55cd6f685#580e811223a389d38071dcb9fde79ab55cd6f685"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"curve25519-dalek",
|
||||
|
||||
@@ -84,8 +84,8 @@ slog-term = "2.6.0"
|
||||
slog-json = { version = "2.3.0", optional = true }
|
||||
chrono = "0.4.19"
|
||||
libc = "0.2.82"
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b" }
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b" }
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685" }
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685" }
|
||||
# clarity = { package = "clarity", path = "../stacks-blockchain-develop/clarity" }
|
||||
# stacks-common = { package = "stacks-common", path = "../stacks-blockchain-develop/stacks-common" }
|
||||
siphasher = "0.3.7"
|
||||
@@ -131,11 +131,11 @@ features = ["std"]
|
||||
[dev-dependencies]
|
||||
assert-json-diff = "1.0.0"
|
||||
criterion = "0.3.5"
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b", features = [
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685", features = [
|
||||
"default",
|
||||
"testing",
|
||||
] }
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b", features = [
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685", features = [
|
||||
"default",
|
||||
"testing",
|
||||
] }
|
||||
|
||||
@@ -22,8 +22,8 @@ base64 = "0.12.0"
|
||||
backtrace = "0.3.50"
|
||||
libc = "0.2"
|
||||
slog = { version = "2.5.2", features = [ "max_level_trace" ] }
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b" }
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "7f6dde98e5349c64d1ed7410b9af0e126420532b" }
|
||||
clarity = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685" }
|
||||
stacks-common = { git = "https://github.com/stacks-network/stacks-blockchain.git", rev = "580e811223a389d38071dcb9fde79ab55cd6f685" }
|
||||
# clarity = { package = "clarity", path = "../../../stacks-blockchain-develop/clarity" }
|
||||
# stacks-common = { package = "stacks-common", path = "../stacks-blockchain-develop/stacks-common" }
|
||||
tokio = { version = "=1.15.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user