From ddad3c762c9e7039cf41a640dc76093abaf3041c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:29:20 -0700 Subject: [PATCH] Stop recommending a git dependency --- saphyr/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/saphyr/README.md b/saphyr/README.md index d3fb5bd..8517ad3 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -21,13 +21,6 @@ Add the following to the Cargo.toml of your project: yaml-rust = "0.4" ``` -or - -```toml -[dependencies.yaml-rust] -git = "https://github.com/chyh1990/yaml-rust.git" -``` - and import: ```rust