Skip to content

Commit 86dcdd2

Browse files
committed
patch xcap
1 parent 2753b19 commit 86dcdd2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ uninlined_format_args = "allow"
1717
rmcp = { version = "0.5.0", features = ["schemars", "auth"] }
1818

1919
# Patch for Windows cross-compilation issue with crunchy
20-
20+
[patch.crates-io]
21+
crunchy = { git = "https://github.com/nmathewson/crunchy", branch = "cross-compilation-fix" }
22+
xcap = { git = "https://github.com/shawn111/xcap", branch = "android" }

crates/goose/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async-stream = "0.3"
5252
minijinja = { version = "2.10.2", features = ["loader"] }
5353
include_dir = "0.7.4"
5454
tiktoken-rs = "0.6.0"
55-
chrono = { version = "0.4.41", features = ["serde"] }
55+
chrono = { version = "0.4.38", features = ["serde"] }
5656
indoc = "2.0.5"
5757
nanoid = "0.4"
5858
sha2 = "0.10"

0 commit comments

Comments
 (0)