Skip to content

Fix protobuf dependency

Joal requested to merge fix_protobuf_dependency into main

The skein package depends on the protobuf one, but doesn't set a high limit on its value. A few days ago a new major version of protobuf got released, bumping from 3.20.1 to 4.21.1. This patch limits the protobu version we use to be lower than 4.0.

Merge request reports