summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKornel <kornel@geekhood.net>2018-07-22 20:20:16 +0100
committerKornel LesiƄski <kornel@geekhood.net>2018-07-27 00:27:58 +0100
commitc8673e427ccceaa69b5f0e26557008a6362535a8 (patch)
tree825967095cbbc8d018c060a87d962e15045e8263
parent18fe0beaa4c288996a2b39611e3d205717c71211 (diff)
Fixed patch section for published crates
-rw-r--r--Cargo.toml10
1 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e75b0bb..952f7de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,11 +23,10 @@ members = [
[profile.dev]
opt-level = 1
-[patch.'https://gitlab.com/crates.rs/cargo_author.git']
-cargo_author = { path = "cargo_author" }
-
-[patch.'https://gitlab.com/crates.rs/cargo_toml.git']
+[patch.crates-io]
cargo_toml = { path = "cargo_toml" }
+cargo_author = { path = "cargo_author" }
+lazyonce = { path = "lazyonce" }
[patch.'https://gitlab.com/crates.rs/categories.git']
categories = { path = "categories" }
@@ -53,9 +52,6 @@ github_info = { path = "github_info" }
[patch.'https://gitlab.com/crates.rs/kitchen_sink.git']
kitchen_sink = { path = "kitchen_sink" }
-[patch.'https://gitlab.com/crates.rs/lazyonce.git']
-lazyonce = { path = "lazyonce" }
-
[patch.'https://gitlab.com/crates.rs/reindex.git']
reindex = { path = "reindex" }