Fix comment in toml

pull/339/head
tata 2 years ago
parent 54520d929f
commit cec550df0c

@ -221,7 +221,7 @@ web-sys = { version = "0.3", features = [
And then add `cfg_if` crate since we will be using `cfg_if` macro.
```toml
[dependencies]
# ...
# other dependencies...
cfg-if = "1.0"
```

Loading…
Cancel
Save