Skip to content

Commit

Permalink
Remove the unused postcard dependency from the collator (#1917)
Browse files Browse the repository at this point in the history
Closes #1907
  • Loading branch information
hsivonen authored May 23, 2022
1 parent cedb67f commit d639e26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion experimental/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ icu_normalizer = { version = "0.6", path = "../../experimental/normalizer" }
icu_properties = { version = "0.6", path = "../../components/properties" }
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
zerovec = { version = "0.7", path = "../../utils/zerovec", features = ["serde"] }
postcard = { version = "0.7", features = ["use-std"] }
utf8_iter = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit d639e26

Please sign in to comment.