Skip to content

Commit 60b377c

Browse files
authored
Cleaning depency with patch (#14)
1 parent 9b119e8 commit 60b377c

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

Cargo.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ edition = "2021"
1515
license = "MIT"
1616
repository = "https://github.com/mveril/wslplugins-rs"
1717
description = "A Rust framework for developing WSL plugins using safe and idiomatic Rust."
18+
19+
[patch.crates-io]
20+
wslpluginapi-sys = { git = "https://github.com/mveril/wslpluginapi-sys.git", branch = "release/0.1-beta.1+2.1.3" }

wslplugins-macro-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ heck = "0.5"
1414
strum = { version = "0.26.3", features = ["derive"] }
1515

1616
[build-dependencies]
17-
wslpluginapi-sys = { git = "https://github.com/mveril/wslpluginapi-sys.git", branch = "main", features = [
17+
wslpluginapi-sys = { version = "0.1.0-beta.1+2.1.3", features = [
1818
"hooks-field-names",
1919
] }
2020
quote = "*"

wslplugins-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ thiserror = "2.0.7"
2121
typed-path = ">0.1"
2222
widestring = { version = "1", features = ["alloc"] }
2323
wslplugins-macro = { path = "../wslplugins-macro", optional = true }
24-
wslpluginapi-sys = { git = "https://github.com/mveril/wslpluginapi-sys.git", branch = "main" }
24+
wslpluginapi-sys = "0.1.0-beta.1+2.1.3"
2525

2626
[dependencies.semver]
2727
version = ">0.1"

0 commit comments

Comments
 (0)