Skip to content

Commit

Permalink
Upgrade protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 21, 2024
1 parent df95b64 commit 52a6fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_crate/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fn main() -> Result<(), String> {
.to_str()
.ok_or("Could not set the path for `protoc` installation")?,
);
let install_result = protoc_prebuilt::init("25.2");
let install_result = protoc_prebuilt::init("28.2");
let (protoc_binary_path, _) = install_result.map_err(|_|
"Automatic installation of `protoc` failed, try installing it manually"
)?;
Expand Down

0 comments on commit 52a6fd5

Please sign in to comment.