Move back to JSON from MsgPack, change upload module in ERP5
The Python msgpack library does not deserialize MsgPack data created with Rust's rmp-serde well. Upload to Computer Metadata Snapshot module recently created for ERP5.
Showing
This diff is collapsed.
... | ... | @@ -20,8 +20,9 @@ nix = "0.18.0" |
serde = { version = "1.0.115", features = ["derive"] } | ||
base64 = "0.12.3" | ||
rayon = "1.3.1" | ||
serde_json = "1.0.57" | ||
[profile.release] | ||
opt-level = 'z' | ||
lto = true | ||
codegen-units = 1 | ||
\ No newline at end of file | ||
codegen-units = 1 |
Please register or sign in to comment