Stop recommending a git dependency
This commit is contained in:
parent
a370e822e7
commit
b81d0c3da1
1 changed files with 0 additions and 7 deletions
|
@ -21,13 +21,6 @@ Add the following to the Cargo.toml of your project:
|
||||||
yaml-rust = "0.4"
|
yaml-rust = "0.4"
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```toml
|
|
||||||
[dependencies.yaml-rust]
|
|
||||||
git = "https://github.com/chyh1990/yaml-rust.git"
|
|
||||||
```
|
|
||||||
|
|
||||||
and import:
|
and import:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
Loading…
Reference in a new issue