Remove version pin on chronicles
Caused dependency conflicts when combining json_rpc with other packages that depend on chronicles, now that chronicles has a new version (0.10.2).
This commit is contained in:
parent
35e6d7e6ff
commit
59a01aa200
|
@ -12,7 +12,7 @@ requires "nim >= 1.2.0",
|
||||||
"stint",
|
"stint",
|
||||||
"chronos",
|
"chronos",
|
||||||
"httputils",
|
"httputils",
|
||||||
"chronicles#ba2817f1",
|
"chronicles",
|
||||||
"https://github.com/status-im/news#status",
|
"https://github.com/status-im/news#status",
|
||||||
"websock",
|
"websock",
|
||||||
"json_serialization"
|
"json_serialization"
|
||||||
|
|
Loading…
Reference in New Issue