aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoey Sacchini <joey@sacchini.net>2020-10-19 12:41:46 -0400
committerJoey Sacchini <joey@sacchini.net>2020-10-19 12:41:46 -0400
commita673089adf23594c6ccd13f4bfdcaf86601148c4 (patch)
treed305a692a7ebffc2697990744a714845d8cb6366 /Cargo.toml
parentf7f69d2d98a087f98ec81c3687567e02f0abed7e (diff)
downloadmcproto-rs-a673089adf23594c6ccd13f4bfdcaf86601148c4.tar.gz
mcproto-rs-a673089adf23594c6ccd13f4bfdcaf86601148c4.tar.bz2
mcproto-rs-a673089adf23594c6ccd13f4bfdcaf86601148c4.zip
remove compat layer (don't need it), and fix some other small issues with tests/compiling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9de278b..85dc86a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,9 +17,6 @@ version = "1.0.116"
features = [ "derive", "alloc" ]
default-features = false
-[target.'cfg(not(feature = "std"))'.dependencies]
-no-std-compat = "0.4.1"
-
[dev-dependencies]
flate2 = "1.0.17"