Bump nim-confutils to `cb858a27f4347be949d10ed74b58713d687936d2` (#6689)
- Fix `cli` invocation from nimscript
This commit is contained in:
parent
c4d8ae40b0
commit
d7d4579fe6
|
@ -6,7 +6,8 @@
|
||||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||||
|
|
||||||
import std/os except dirExists
|
import std/os except dirExists
|
||||||
import std/[strformat, confutils]
|
import std/strformat
|
||||||
|
import confutils
|
||||||
import testutils/fuzzing_engines
|
import testutils/fuzzing_engines
|
||||||
|
|
||||||
const
|
const
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9bf293e5d29294848a9d2d79363d971d2abe8254
|
Subproject commit cb858a27f4347be949d10ed74b58713d687936d2
|
Loading…
Reference in New Issue