From 7078b443f401ec065fdeea79bc1aad467529f090 Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Thu, 2 Nov 2023 11:03:34 +0530 Subject: [PATCH] pin protobuf dependency version to 3.2.0 fixes #19 Signed-off-by: Yashodhan Joshi --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ceaf2be..c2feff2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ license-file = "LICENSE" [dependencies] libc = "0.2" anyhow = "1.0.56" -protobuf = "3.2.0" +protobuf = "= 3.2.0" [build-dependencies] -protobuf-codegen = "3.2.0" +protobuf-codegen = "= 3.2.0" [lib] name = "rust_criu"