Stop recommending a git dependency

This commit is contained in:
David Tolnay 2018-09-15 12:29:20 -07:00
parent a370e822e7
commit b81d0c3da1

View file

@ -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