File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/desktop/desktop_native/macos_provider Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ serde_json = { workspace = true }
2424tokio = { workspace = true , features = [" sync" ] }
2525tracing = { workspace = true }
2626tracing-subscriber = { workspace = true }
27- tracing-oslog = " 0.3.0"
27+ tracing-oslog = " = 0.3.0"
2828
2929[build-dependencies ]
3030uniffi = { workspace = true , features = [" build" ] }
You can’t perform that action at this time.
0 commit comments