Skip to content

Commit

Permalink
Merge pull request #386 from spacemeshos/dependabot/cargo/tonic-build…
Browse files Browse the repository at this point in the history
…-0.12.3

Bump tonic-build from 0.12.2 to 0.12.3
  • Loading branch information
poszu authored Oct 1, 2024
2 parents 8565014 + 3584699 commit d6e2f51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_with = { version = "3.9.0", features = ["hex"] }
serde_json = "1.0.128"

[build-dependencies]
tonic-build = "0.12.2"
tonic-build = "0.12.3"

[dev-dependencies]
async-stream = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion service/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure().compile(&["api/spacemesh/v1/post.proto"], &["api"])?;
tonic_build::configure().compile_protos(&["api/spacemesh/v1/post.proto"], &["api"])?;
Ok(())
}

0 comments on commit d6e2f51

Please sign in to comment.