bump submodules
This commit is contained in:
parent
39403ca39f
commit
c91727e7e5
|
@ -136,8 +136,3 @@
|
|||
url = https://github.com/arnetheduck/nim-result.git
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nim-byteutils"]
|
||||
path = vendor/nim-byteutils
|
||||
url = https://github.com/status-im/nim-byteutils.git
|
||||
ignore = dirty
|
||||
branch = master
|
||||
|
|
6
env.sh
6
env.sh
|
@ -1,4 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
source vendor/nimbus-build-system/scripts/env.sh
|
||||
# We use ${BASH_SOURCE[0]} instead of $0 to allow sourcing this file
|
||||
# and we fall back to a Zsh-specific special var to also support Zsh.
|
||||
REL_PATH="$(dirname ${BASH_SOURCE[0]:-${(%):-%x}})"
|
||||
ABS_PATH="$(cd ${REL_PATH}; pwd)"
|
||||
source ${ABS_PATH}/vendor/nimbus-build-system/scripts/env.sh
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a4c7050f89a42b997ff7c2b398e6c40120196b15
|
||||
Subproject commit 73f2ea86e94b5b08e3e1d168912d711fd5f7c2dc
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 69ce66ef434b03cf8938be8aa5c658982aeccb40
|
|
@ -1 +1 @@
|
|||
Subproject commit 563a0e81958c0500f5b9a6ff7ab2c709899d0118
|
||||
Subproject commit 743f14cf68f213a0cbead5e6dfc00ee3edc7fe1e
|
|
@ -1 +1 @@
|
|||
Subproject commit 6d7864aa84010271cb8a4a8614c722bae50702cd
|
||||
Subproject commit d3eac1d64341a45547ad298dcd9fcb34523473b8
|
|
@ -1 +1 @@
|
|||
Subproject commit f3aad8f9252166e66c1b2a96a522ea0d1243db61
|
||||
Subproject commit bef28a18e58f52f24bcc50f0cadefac0224d4630
|
|
@ -1 +1 @@
|
|||
Subproject commit 6bbe1c21b63c1f9b8698a91a3548cbd8aa6b0d25
|
||||
Subproject commit 1e85ab9150dd3759c86b2a6c9148f3fad3d1694c
|
|
@ -1 +1 @@
|
|||
Subproject commit 7e456be185e42f59b8218cd4f15a6c98d9430bd9
|
||||
Subproject commit 21613254e8b2f95c9cb44fafb0ac1b10bbf2e046
|
|
@ -1 +1 @@
|
|||
Subproject commit 07e82fa19499d10012c9d125a61ac565a01e3305
|
||||
Subproject commit 9214b095fb0266e5cac44804663343cd8288a84c
|
|
@ -1 +1 @@
|
|||
Subproject commit f4bd22e054b5d5a1419710141ac01bd5f1629e22
|
||||
Subproject commit 173c7b4a86e6d75a69577166526b0f5840c45003
|
|
@ -1 +1 @@
|
|||
Subproject commit 2670cd84331b270313c7348e120dcbbcf9a98988
|
||||
Subproject commit 0df2f05bfcc07409ac99c3cbe8cef3cad20aad6d
|
|
@ -1 +1 @@
|
|||
Subproject commit b77efb8d0d8c0137857d6281a47c230df0ffee1b
|
||||
Subproject commit d4492f0d0ae9d2c46cc3dde2d947bc175ae420de
|
|
@ -1 +1 @@
|
|||
Subproject commit 5b1307cb1f4c85bb72ff781d810fb8c0148b1183
|
||||
Subproject commit 08fec021c0f28f63d1221d40a655078b5b923d1b
|
|
@ -1 +1 @@
|
|||
Subproject commit a41d4432a17a8d024e5bb47c9bdcc641ef309e97
|
||||
Subproject commit 85b2620a6e4c41eaa4caa378bd70902cff5a1c48
|
|
@ -1 +1 @@
|
|||
Subproject commit 43bbe48e5f8181b7ca8923e6edf78dec635e8aea
|
||||
Subproject commit a81d1fac850119c2ede9f3997332fa9f0a2ad3d8
|
|
@ -1 +1 @@
|
|||
Subproject commit d0162902b7f5ef2e18ff516e96014196d527cedc
|
||||
Subproject commit 9993b9dca4a2dbf76bc432252ad4e8db944ae831
|
|
@ -1 +1 @@
|
|||
Subproject commit 6ca87380a616afa2f66de4fc2f8bf3ca05576995
|
||||
Subproject commit 58d78cfa7fe2bedd16ed57708c2fc206cf254d89
|
Loading…
Reference in New Issue