aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-02-12 03:52:10 +0300
committerValentin Popov <valentin@popov.link>2026-02-12 03:52:10 +0300
commit4c4f542fc2169ffd77685a6e2ce0fd7a4e751719 (patch)
treefe66c5e0799ad48eec6ccbf54954a8248ef50e69
parent4c9d772b039cc8e0bf3b608d58d0f4985c600c18 (diff)
parent097a915f355d32d84c3d4516bb57ce73424e6e5b (diff)
downloadfparkan-4c4f542fc2169ffd77685a6e2ce0fd7a4e751719.tar.xz
fparkan-4c4f542fc2169ffd77685a6e2ce0fd7a4e751719.zip
Merge branch 'master' into renovate/actions-setup-python-6.xHEADmaster
-rw-r--r--.gitea/workflows/docs-deploy.yml2
-rw-r--r--crates/nres/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitea/workflows/docs-deploy.yml b/.gitea/workflows/docs-deploy.yml
index b4788e2..7656a88 100644
--- a/.gitea/workflows/docs-deploy.yml
+++ b/.gitea/workflows/docs-deploy.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
- python-version: "3.12"
+ python-version: "3.14"
- name: Install docs dependencies
run: pip install -r requirements.txt
diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml
index 25f3494..38b8822 100644
--- a/crates/nres/Cargo.toml
+++ b/crates/nres/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
common = { path = "../common" }
[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] }
+windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }