mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-18 15:29:26 +00:00
Make dependencies versions more dynamic.
This commit is contained in:
parent
b2b52bfbd8
commit
7273f18d4f
@ -29,7 +29,7 @@ lbc-types = { default-features = false, package = "logos-blockchain-circ
|
||||
lbc-common = { default-features = false, package = "logos-blockchain-circuits-common", path = "./logos-blockchain-circuits-common" }
|
||||
|
||||
# External
|
||||
flate2 = "1"
|
||||
libc = "0.2.185"
|
||||
tar = "0.4"
|
||||
ureq = "3.3.0"
|
||||
flate2 = "^1"
|
||||
libc = "^0.2"
|
||||
tar = "^0.4"
|
||||
ureq = "^3.3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user