Skip to content

Commit 48a2f22

Browse files
committed
restruct nimble package
1 parent fa848b4 commit 48a2f22

21 files changed

+3
-3
lines changed

rethinkdb.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version = "0.2.5"
1+
version = "0.2.6"
22
author = "Huy Doan"
33
description = "RethinkDB driver for Nim"
44
license = "MIT"
5-
5+
srcDir = "src"
66
skipDirs = @["tests", "bench"]
77

88
requires "nim >= 1.0.4", "struct >= 0.2.1", "scram >= 0.1.1"

rethinkdb.nim renamed to src/rethinkdb.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import private/[datum, types, connection, rql, utils]
1+
import rethinkdbpkg/[datum, types, connection, rql, utils]
22

33
export datum
44
export types
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)