Skip to content

Commit e764bce

Browse files
committed
dependency_utils => deputils
1 parent f4cf787 commit e764bce

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/std/strfloats.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ proc toStringSprintf*(buf: var array[strFloatBufLen, char]; value: BiggestFloat)
7373
result = 3
7474

7575
when useDragonbox:
76-
import private/dependency_utils
76+
import private/deputils
7777
addDependency("dragonbox")
7878
proc dragonboxToString(buf: ptr char, value: cdouble): ptr char {.importc: "nim_dragonbox_Dtoa".}
7979

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import std/private/dependency_utils
1+
import std/private/deputils
22

33
doAssert not compiles(addDependency("nonexistant"))
44

0 commit comments

Comments
 (0)