Updated Error to implement Display and Debug, instead of using custom methods

This commit is contained in:
Daniel García
2018-12-29 01:01:58 +01:00
parent 1483829c94
commit adb8052689
5 changed files with 204 additions and 164 deletions

View File

@@ -28,8 +28,8 @@ rmpv = "0.4.0"
chashmap = "2.2.0"
# A generic serialization/deserialization framework
serde = "1.0.82"
serde_derive = "1.0.82"
serde = "1.0.83"
serde_derive = "1.0.83"
serde_json = "1.0.33"
# Logging
@@ -74,6 +74,9 @@ dotenv = { version = "0.13.0", default-features = false }
# Lazy static macro
lazy_static = { version = "1.2.0", features = ["nightly"] }
# More derives
derive_more = "0.13.0"
# Numerical libraries
num-traits = "0.2.6"
num-derive = "0.2.3"