diff --git a/rethinkdb.nimble b/rethinkdb.nimble index 8dedbc5..80a4dd9 100644 --- a/rethinkdb.nimble +++ b/rethinkdb.nimble @@ -1,11 +1,11 @@ -version = "0.2.3" +version = "0.2.3.1" author = "Huy Doan" description = "RethinkDB driver for Nim" license = "MIT" skipDirs = @["tests", "bench"] -requires "nim >= 0.17.0", "struct >= 0.1.1" +requires "nim >= 0.17.0", "struct >= 0.1.1", "scram >= 0.1.0"