diff --git a/.gitmodules b/.gitmodules index 8c79747..d7acbfc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,7 +16,7 @@ url = https://github.com/MasterQ32/zig-uri [submodule "lib/iguanaTLS"] path = lib/iguanaTLS - url = https://github.com/marler8997/iguanaTLS + url = https://github.com/ve-nt/iguanaTLS [submodule "lib/hzzp"] path = lib/hzzp url = https://github.com/truemedian/hzzp diff --git a/README.md b/README.md index d98d43b..bb5c0a4 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,11 @@ For more, try: # Building -You'll need [`zig-0.9.0`](https://ziglang.org/download/) and Git. +You'll need [`zig-0.9.1`](https://ziglang.org/download/) and Git. First, you need to init and update the submoduled dependencies: - git submodule init - git submodule update - + git submodule update --init Then, you can build the project. To build a release-safe binary, run: diff --git a/lib/iguanaTLS b/lib/iguanaTLS index 2b37c57..3e37e2a 160000 --- a/lib/iguanaTLS +++ b/lib/iguanaTLS @@ -1 +1 @@ -Subproject commit 2b37c575b3df76a4ee040b5a72a4fc277ed4057b +Subproject commit 3e37e2a79fd355de78bc0271c081291a730c0913