add nim-miniz submodule to vendor
nim-miniz now sit in it's own repo after extracted from nim-graphql it also a dependency of incoming nim-ws
This commit is contained in:
parent
ef7773daa6
commit
051957c464
|
@ -188,3 +188,8 @@
|
||||||
url = https://github.com/status-im/nim-toml-serialization
|
url = https://github.com/status-im/nim-toml-serialization
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/nim-miniz"]
|
||||||
|
path = vendor/nim-miniz
|
||||||
|
url = https://github.com/status-im/nim-miniz
|
||||||
|
ignore = dirty
|
||||||
|
branch = master
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cfc45c3babc1b844108ff5a1d869cb37e1386eb3
|
Loading…
Reference in New Issue