Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
import bytemuck
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Aug 24, 2022
1 parent 9ce9a4b commit 36e27e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
bimap = { version = "0.6.2", features = ["serde"] }
bincode = "1.3.3"
bytemuck = { version = "1.12.1", features = ["extern_crate_alloc"] }
bstr = "0.2.17"
byteorder = "1.4.3"
charabia = "0.6.0"
Expand Down

0 comments on commit 36e27e2

Please sign in to comment.