Skip to content

Commit

Permalink
feat(fmt): update to libfmt 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Dec 26, 2024
1 parent d8f22ae commit 3280677
Show file tree
Hide file tree
Showing 19 changed files with 8,012 additions and 10,108 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,10 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Install Qt 6.8.0
- name: Install Qt 6.8.1
uses: jurplel/install-qt-action@v4
with:
version: "6.8.0"
version: "6.8.1"
host: "windows"
target: "desktop"
arch: "win64_msvc2022_64"
Expand Down Expand Up @@ -926,7 +926,7 @@ jobs:
- name: Install dependencies
run: |
set QTDIR64=C:\install\QT6\Qt\6.8.0\msvc2022_64
set QTDIR64=C:\install\QT6\Qt\6.8.1\msvc2022_64
set QTDIR=%QTDIR64%
cd ..
git clone https://github.com/nelson-lang/nelson-thirdparty-x64.git
Expand All @@ -937,7 +937,7 @@ jobs:
- name: Build Nelson
run: |
set QTDIR64=C:\install\QT6\Qt\6.8.0\msvc2022_64
set QTDIR64=C:\install\QT6\Qt\6.8.1\msvc2022_64
set QTDIR=%QTDIR64%
SET PATH=C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\current\Bin\;C:\Program Files (x86)\Inno Setup 6;%PATH%
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Help Center: Access documentation in your system's web browser. Previously, the documentation was opened in the embedded Help browser.
- CA certificate store update.
- fmt library dependency updated.

## 1.10.0 (2024-12-14)

Expand Down
Loading

0 comments on commit 3280677

Please sign in to comment.