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",
|
||||
"chronos",
|
||||
"httputils",
|
||||
"chronicles#ba2817f1",
|
||||
"chronicles",
|
||||
"https://github.com/status-im/news#status",
|
||||
"websock",
|
||||
"json_serialization"
|
||||
|
|
Loading…
Reference in New Issue