Skip to content

Commit 458f67f

Browse files
committed
Make url_serde use the local url crate when in the repo
1 parent a715ed9 commit 458f67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url_serde/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
1313

1414
[dependencies]
1515
serde = "1.0"
16-
url = "1.0.0"
16+
url = {version = "1.0.0", path = ".."}
1717

1818
[dev-dependencies]
1919
serde_json = "1.0"

0 commit comments

Comments
 (0)