Skip to content

Commit

Permalink
Fixed serde dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 23, 2021
1 parent d3930be commit 3e04015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true, default-features = false }
serde = { version = "1.0", features = ["derive", "rc"], optional = true, default-features = false }
thiserror = "1.0"
indexmap = { version = "1.6", features = ["serde-1"] }
rkyv = { version = "0.6.1", optional = true }
Expand Down

0 comments on commit 3e04015

Please sign in to comment.