Skip to content

Commit 59ccbe3

Browse files
committed
Fix prodash dep on CI: Use git dep for now
Signed-off-by: Jiahao XU <[email protected]>
1 parent 70989b3 commit 59ccbe3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ members = [
293293
]
294294

295295
[workspace.dependencies]
296-
prodash = { version = "26.2.0", path = "../prodash", default-features = false }
296+
prodash = { version = "26.2.0", git = "https://github.com/NobodyXu/prodash", branch = "fix/dyn", default-features = false }
297297

298298
[package.metadata.docs.rs]
299299
features = ["document-features", "max"]

0 commit comments

Comments
 (0)