Skip to content

fix: set specific rmp versions

Егор Ивков requested to merge fix-rmp-versions into master

With release 1.0.1 rmpv broke semver and set a new minimal Rust version (1.70). So as we want to support earlier Rust version in our module, we have to fix the rmpv version in place at 1.0.0. Just in case I also fixed in place the version of rmp.

Merge request reports