Remove packed_struct dependency; closes #1271 and #1284 (#1282)

This commit is contained in:
Andrew Brown
2019-12-12 17:01:31 -08:00
committed by GitHub
parent af64187ec7
commit d4df756acf
5 changed files with 253 additions and 92 deletions

View File

@@ -8,6 +8,4 @@ repository = "https://github.com/bytecodealliance/cranelift"
readme = "README.md"
edition = "2018"
[dependencies]
packed_struct = "0.3"
packed_struct_codegen = "0.3"
# Since this is a shared dependency of several packages, please strive to keep this dependency-free.