mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
semversion regex dependency, as rocksdb build was failing as a result
This commit is contained in:
parent
30c20294f5
commit
f08d386790
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_
|
|||
lazy_static = "1.0"
|
||||
iron = "~0.5.1"
|
||||
router = "~0.5.1"
|
||||
regex = "0.2"
|
||||
regex = "^0.2"
|
||||
mount = "~0.3.0"
|
||||
urlencoded = "~0.5.0"
|
||||
serde = "~1.0.8"
|
||||
|
|
Loading…
Reference in a new issue