Commit da64903
authored
Change no_std to no-std in Cargo.toml (#991)
Otherwise I get the following error when attempting to publish the crate:
```
error: failed to publish to registry at https://crates.io
Caused by:
the remote server responded with an error (status 400 Bad Request): The following category slugs are not currently supported on crates.io: no_std
See https://crates.io/category_slugs for a list of supported slugs.
```
Signed-off-by: Valentin Gosu <[email protected]>1 parent 8a683ff commit da64903
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments