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

Commit 9c46d74

Browse files
committed
import bytemuck
1 parent abd6d77 commit 9c46d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

milli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ edition = "2018"
77
[dependencies]
88
bimap = { version = "0.6.2", features = ["serde"] }
99
bincode = "1.3.3"
10+
bytemuck = { version = "1.12.1", features = ["extern_crate_alloc"] }
1011
bstr = "0.2.17"
1112
byteorder = "1.4.3"
1213
charabia = "0.5.1"

0 commit comments

Comments
 (0)