calebwin / emu

The write-once-run-anywhere GPGPU library for Rust
https://calebwin.github.io/emu
MIT License
1.59k stars 53 forks source link

TOML requires quotes around version numbers #29

Closed ritobanrc closed 3 years ago

ritobanrc commented 4 years ago

Without quotes around version numbers in a TOML file, i.e. em = 0.3.0, Cargo gives the error expected newline, found a period at line 10 column 9. crates.io always uses quotes, and adding the quotes solves the problem.

The usage instructions should be copy-pastable, and thus, should also use quotes.

calebwin commented 3 years ago

Thanks!