chore: update nimble for nwaku lib integration. (#3571)

This commit is contained in:
kaichao 2025-10-09 15:47:39 +08:00 committed by GitHub
parent 4d68e2abd5
commit a87b787c4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@ requires "nim >= 2.2.4",
"json_rpc", "json_rpc",
"libbacktrace", "libbacktrace",
"nimcrypto", "nimcrypto",
"serialization",
"stew", "stew",
"stint", "stint",
"metrics", "metrics",
@ -30,7 +31,6 @@ requires "nim >= 2.2.4",
"results", "results",
"db_connector", "db_connector",
"minilru", "minilru",
"quic",
"https://github.com/vacp2p/mix#0.1.0" "https://github.com/vacp2p/mix#0.1.0"
### Helper functions ### Helper functions