We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b88849 commit 22503baCopy full SHA for 22503ba
1 file changed
build/install_dependencies.lua
@@ -11,7 +11,7 @@ function install_dependencies()
11
12
13
os.execute("curl -L https://github.com/OUIsolutions/LuaCEmbed/releases/download/0.8.3/LuaCEmbedOne.c -o dependencies/LuaCEmbedOne.c")
14
- os.execute("curl -L https://github.com/OUIsolutions/BearHttpsClient/releases/download/0.3.0/BearHttpsClientOne.c -o dependencies/BearHttpsClientOne.c")
+ os.execute("curl -L https://github.com/OUIsolutions/BearHttpsClient/releases/download/0.4.0/BearHttpsClientOne.c -o dependencies/BearHttpsClientOne.c")
15
16
17
local new_hasher = darwin.dtw.newHasher()
0 commit comments