Skip to content

Commit d9e8837

Browse files
[deps]: Pin dependencies
1 parent bc78256 commit d9e8837

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-desktop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ jobs:
994994
- name: Set up Python
995995
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
996996
with:
997-
python-version: '3.14'
997+
python-version: '3.14.0'
998998

999999
- name: Set up Node-gyp
10001000
run: python3 -m pip install setuptools
@@ -1231,7 +1231,7 @@ jobs:
12311231
- name: Set up Python
12321232
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
12331233
with:
1234-
python-version: '3.14'
1234+
python-version: '3.14.0'
12351235

12361236
- name: Set up Node-gyp
12371237
run: python3 -m pip install setuptools
@@ -1503,7 +1503,7 @@ jobs:
15031503
- name: Set up Python
15041504
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
15051505
with:
1506-
python-version: '3.14'
1506+
python-version: '3.14.0'
15071507

15081508
- name: Set up Node-gyp
15091509
run: python3 -m pip install setuptools

apps/desktop/desktop_native/macos_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ serde_json = { workspace = true }
2424
tokio = { workspace = true, features = ["sync"] }
2525
tracing = { workspace = true }
2626
tracing-subscriber = { workspace = true }
27-
tracing-oslog = "0.3.0"
27+
tracing-oslog = "=0.3.0"
2828

2929
[build-dependencies]
3030
uniffi = { workspace = true, features = ["build"] }

0 commit comments

Comments
 (0)