diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-10-19 12:41:46 -0400 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-10-19 12:41:46 -0400 |
commit | a673089adf23594c6ccd13f4bfdcaf86601148c4 (patch) | |
tree | d305a692a7ebffc2697990744a714845d8cb6366 /Cargo.toml | |
parent | f7f69d2d98a087f98ec81c3687567e02f0abed7e (diff) | |
download | mcproto-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.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |