Check if we still need the rustc_serialize dependency (#68)

This commit is contained in:
teor 2023-02-24 09:07:06 +10:00 committed by GitHub
parent e04ad0fd88
commit fb997ccf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ syn = { version = "1.0.99", features = ["full", "printing"] }
# (See above.)
#
# Treat minor versions with a zero major version as compatible (cargo doesn't by default).
rustc-serialize = ">= 0.3"
hex = ">= 0.4.2"
lazy_static = "1.4.0"