roll back to 0.13 for compat with hashgraph consensus

This commit is contained in:
Jazz Turner-Baggs 2026-05-11 16:19:40 -07:00 committed by GitHub
parent 44d5360c41
commit de75f6df66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
prost = "0.14"
prost = "0.13"
[dev-dependencies]
bytes = "1.3"