aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-01-08 11:47:25 -0500
committerAndrew Gallant <jamslam@gmail.com>2021-01-08 11:47:25 -0500
commit54ca336ec2b11a3036eb6a5951738b1a72692f12 (patch)
tree016bd5ac01dc2937727bfe0defa9bebd1c9c8488
parent5617f231ebcab13292471d63263478a168dbd2bd (diff)
downloadbyteorder-54ca336ec2b11a3036eb6a5951738b1a72692f12.tar.gz
crates.io: no_std -> no-std
Apparently this got changed? Or maybe it was never correct.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0f0670..14760ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/byteorder"
homepage = "https://github.com/BurntSushi/byteorder"
repository = "https://github.com/BurntSushi/byteorder"
readme = "README.md"
-categories = ["encoding", "parsing", "no_std"]
+categories = ["encoding", "parsing", "no-std"]
keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
license = "Unlicense OR MIT"
exclude = ["/ci/*"]