ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

Latest kubo Removes ProtocolVersion Field in id Response #134

Closed mrd0ll4r closed 12 months ago

mrd0ll4r commented 1 year ago

The latest release of kubo (v0.22.0) removes the ProtocolVersion field in the /id response, see here and here.

This causes parsing of IdResponse structs to fail.