Skip to content

Commit 5ec0eeb

Browse files
committed
Depend on Cowlib master for WebTransport support
1 parent 6b71112 commit 5ec0eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
1616
LOCAL_DEPS = crypto
1717

1818
DEPS = cowlib ranch
19-
dep_cowlib = git https://github.com/ninenines/cowlib webtransport
19+
dep_cowlib = git https://github.com/ninenines/cowlib master
2020
dep_ranch = git https://github.com/ninenines/ranch 1.8.1
2121

2222
ifeq ($(COWBOY_QUICER),1)

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{deps, [
2-
{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.14.0"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}}
2+
{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{branch,"master"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}}
33
]}.
44
{erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}.

0 commit comments

Comments
 (0)