From de75f6df662e9aee55310a99393ca286724c9cbe Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 11 May 2026 16:19:40 -0700 Subject: [PATCH] roll back to 0.13 for compat with hashgraph consensus --- gen/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/rust/Cargo.toml b/gen/rust/Cargo.toml index 56cc506..ac5ba13 100644 --- a/gen/rust/Cargo.toml +++ b/gen/rust/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -prost = "0.14" +prost = "0.13" [dev-dependencies] bytes = "1.3"