Fix cargo example
This commit is contained in:
parent
1f66411331
commit
3996d24f12
|
@ -23,14 +23,14 @@ For nightly, add
|
|||
|
||||
```toml
|
||||
[dependencies.termion]
|
||||
git = "https://github.com/ticki/termion"
|
||||
git = "https://github.com/ticki/termion.git"
|
||||
```
|
||||
|
||||
For stable,
|
||||
|
||||
```toml
|
||||
[dependencies.termion]
|
||||
git = "https://github.com/ticki/termion"
|
||||
git = "https://github.com/ticki/termion.git"
|
||||
default-features = false
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue