Skip to content

Commit

Permalink
Merge pull request #360 from shiguredo/feature/update-boost-1.86.0
Browse files Browse the repository at this point in the history
Feature/update boost 1.86.0
  • Loading branch information
voluntas authored Sep 16, 2024
2 parents 811619d + d549e10 commit 1129109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build-workflow

on:
workflow_dispatch:
push:
paths-ignore:
- "doc/**"
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
- @voluntas @torikizi
- [UPDATE] SDL を 2.30.5 に上げる
- @voluntas @torikizi
- [UPDATE] Boost を 1.85.0 に上げる
- @torikizi
- [UPDATE] Boost を 1.86.0 に上げる
- @torikizi @voluntas
- [UPDATE] WebRTC を m128.6613.2.0 に上げる
- m128.6613.2.0 での変更点は以下の通り
- libwebrtc から helpers が削除され `crypto_random` に分割されたため、`rtc::CreateRandomString` を利用するために `crypto_random.h` を追加
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MOMO_VERSION=2024.1.0-canary.0
WEBRTC_BUILD_VERSION=m128.6613.2.0
BOOST_VERSION=1.85.0
BOOST_VERSION=1.86.0
CLI11_VERSION=v2.4.2
SDL2_VERSION=2.30.5
CMAKE_VERSION=3.29.6
Expand Down

0 comments on commit 1129109

Please sign in to comment.