Browse Source

Configure capnproto to support deserializing unaligned buffers

tags/v0.0.0-test-pr-120
Philipp Oppermann 3 years ago
parent
commit
e16fa5bafb
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libraries/message/Cargo.toml

+ 1
- 1
libraries/message/Cargo.toml View File

@@ -7,7 +7,7 @@ license = "Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
capnp = "0.14.6"
capnp = { version = "0.14.6", features = ["unaligned"] }

[build-dependencies]
capnpc = "0.14"

Loading…
Cancel
Save