diff options
author | Loïc Hoguin <[email protected]> | 2025-06-20 13:37:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-06-20 13:37:10 +0200 |
commit | 5ec0eeb4d43b83f5cfbc20081644116e44f9eaad (patch) | |
tree | 7fe661ffaa2febb4216e969ae74646ed25b79f6f | |
parent | 6b711124d73d0e2eedde89bc9179dad537be22d4 (diff) | |
download | cowboy-5ec0eeb4d43b83f5cfbc20081644116e44f9eaad.tar.gz cowboy-5ec0eeb4d43b83f5cfbc20081644116e44f9eaad.tar.bz2 cowboy-5ec0eeb4d43b83f5cfbc20081644116e44f9eaad.zip |
Depend on Cowlib master for WebTransport support
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | rebar.config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl LOCAL_DEPS = crypto DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib webtransport +dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch 1.8.1 ifeq ($(COWBOY_QUICER),1) diff --git a/rebar.config b/rebar.config index 022127b..146f88f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ -{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{tag,"2.14.0"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}} +{cowlib,".*",{git,"https://github.com/ninenines/cowlib",{branch,"master"}}},{ranch,".*",{git,"https://github.com/ninenines/ranch",{tag,"1.8.1"}}} ]}. {erl_opts, [debug_info,warn_export_vars,warn_shadow_vars,warn_obsolete_guard,warn_missing_spec,warn_untyped_record]}. |