Skip to content

Commit 4270c2a

Browse files
authored
Merge pull request #270 from paullouisageneau/update-libdatachannel
Update libdatachannel to v0.21.2
2 parents 2c5101c + fdf1739 commit 4270c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
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/paullouisageneau/libdatachannel.git
32-
GIT_TAG "v0.21.1"
32+
GIT_TAG "v0.21.2"
3333
)
3434

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

0 commit comments

Comments
 (0)