mirror of https://github.com/zkat/miette.git
Less verbose serde_json import in cargo
This commit is contained in:
parent
904450ec61
commit
5a4dd155a6
|
|
@ -41,7 +41,7 @@ syn = { version = "2.0", features = ["full"] }
|
|||
regex = "1.5"
|
||||
lazy_static = "1.4"
|
||||
|
||||
serde_json = { version = "1.0.64" }
|
||||
serde_json = "1.0.64"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue