add "tempfile" - used by nim-rocksdb tests
This commit is contained in:
parent
f8faa16e76
commit
16f9183dc9
|
@ -118,3 +118,8 @@
|
||||||
url = https://github.com/status-im/nim-chronos.git
|
url = https://github.com/status-im/nim-chronos.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/tempfile.nim"]
|
||||||
|
path = vendor/tempfile.nim
|
||||||
|
url = https://github.com/OpenSystemsLab/tempfile.nim.git
|
||||||
|
ignore = dirty
|
||||||
|
branch = master
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2668c148e9b9946aeb262715ad10c7c50abb5448
|
Loading…
Reference in New Issue