diff --git a/rocksdb.nim b/rocksdb.nim index e6514af..5a71ae7 100644 --- a/rocksdb.nim +++ b/rocksdb.nim @@ -7,7 +7,7 @@ # # at your option. This file may not be copied, modified, or distributed except according to those terms. -import cpuinfo, options, ranges +import cpuinfo, options, stew/ranges const useCApi = true diff --git a/rocksdb.nimble b/rocksdb.nimble index 51be1e4..b022d45 100644 --- a/rocksdb.nimble +++ b/rocksdb.nimble @@ -7,7 +7,7 @@ skipDirs = @["examples", "tests"] ### Dependencies requires "nim >= 0.18.1", - "ranges", + "stew", "tempfile" proc test(name: string, lang: string = "c") =