1
0
mirror of https://github.com/waku-org/nwaku.git synced 2025-02-19 02:16:33 +00:00
Hanno Cornelius b9d5d28af5
chore: remove references to v2 ()
* chore: remove references to v2

* fix: lingering rln-relay import path
2023-08-09 18:11:50 +01:00

9 lines
158 B
Nim

when (NimMajor, NimMinor) < (1, 4):
{.push raises: [Defect].}
else:
{.push raises: [].}
import ./postgres_driver/postgres_driver
export postgres_driver