Browse Source

Make url_serde use the local url crate when in the repo

Simon Sapin 8 năm trước cách đây
mục cha
commit
458f67fbe0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      url_serde/Cargo.toml

+ 1 - 1
url_serde/Cargo.toml

@@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
 
 [dependencies]
 serde = "1.0"
-url = "1.0.0"
+url = {version = "1.0.0", path = ".."}
 
 [dev-dependencies]
 serde_json = "1.0"