Skip to content

Commit 341371b

Browse files
committed
Test without WinAPI
1 parent e24a23c commit 341371b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "renkit"
3-
version = "6.0.0"
3+
version = "6.1.0-alpha.1"
44
edition = "2024"
55
repository = "https://github.com/kobaltcore/renkit"
66
description = "A collection of tools to help you organise and use Ren'Py instances from the command line."
@@ -20,7 +20,7 @@ command-executor = "0.2.0"
2020
tokio = { version = "1.48.0", features = ["full"] }
2121
# this is only here because it doesn't enable profileapi
2222
# as a feature by default, breaking the build on windows
23-
winapi = { version = "0.3.9", features = ["profileapi"] }
23+
# winapi = { version = "0.3.9", features = ["profileapi"] }
2424
# Parsing
2525
toml = "0.9.8"
2626
plist = "1.8.0"

0 commit comments

Comments
 (0)