aikalant / capnp_conv

MIT License
11 stars 3 forks source link

Bump capnp versions and fix resulting string conversion error #3

Closed rschulman closed 3 months ago

rschulman commented 3 months ago

This PR updates the capnp version used by capnp_conv, and fixes a small bug caused by the update in string conversion (apparently set_text_val accepts AsRef<str>, don't know if that changed recently or what).

aikalant commented 3 months ago

Looks good to me, thanks for your contribution!