We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1665d commit 30d4ad4Copy full SHA for 30d4ad4
2 files changed
msgpacker/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "msgpacker"
3
-version = "0.4.7"
+version = "0.4.8"
4
authors = ["Victor Lopez <victor@codx.io>"]
5
categories = ["compression", "encoding", "parser-implementations"]
6
edition = "2021"
msgpacker/src/error.rs
@@ -23,5 +23,4 @@ impl fmt::Display for Error {
23
}
24
25
26
-#[cfg(feature = "std")]
27
-impl std::error::Error for Error {}
+impl core::error::Error for Error {}
0 commit comments