Skip to content

Commit cffb532

Browse files
committed
Fix Cargo.toml - don't refer to local patches
1 parent e14e931 commit cffb532

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
@@ -108,4 +108,4 @@ members = [
108108

109109
[patch.crates-io]
110110
# Until https://github.com/tailhook/quick-error/pull/56 is merged
111-
quick-error = {path = "/Users/byron/dev/github.com/tailhook/quick-error"}
111+
quick-error = {git = "https://github.com/byron/quick-error"}

0 commit comments

Comments
 (0)