mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
Add missing serde derive feature to Cargo.toml
This commit is contained in:
parent
43dfa6c544
commit
4f3b43e4a4
3 changed files with 3 additions and 3 deletions
|
@ -7,4 +7,4 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
itertools = "0.11.0"
|
||||
serde = "1.0.183"
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue