Skip to content

Commit 61f897d

Browse files
committed
fix: update libdatachannel version
1 parent ba97189 commit 61f897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(FetchContent)
2929
FetchContent_Declare(
3030
libdatachannel
3131
GIT_REPOSITORY https://github.com/achingbrain/libdatachannel.git
32-
GIT_TAG 0e88129151add47db4480b76234e90b57f0272a9 # feat/libjuice-with-mux-callbacks
32+
GIT_TAG e5f044627d087bc110e6ffe78f540268aded4eec # feat/libjuice-with-mux-callbacks
3333
)
3434

3535
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)

0 commit comments

Comments
 (0)