Make dependencies versions more dynamic.

This commit is contained in:
Alejandro Cabeza Romero 2026-05-06 18:20:04 +02:00
parent b2b52bfbd8
commit 7273f18d4f
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

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