Skip to content

Commit

Permalink
upgrade tonic to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Apr 1, 2024
1 parent 4c1b65e commit 75c6426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigerror"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "handle big errors ¯\\_(ツ)_/¯"
license = "MIT"
Expand All @@ -20,5 +20,5 @@ grpc=["tonic", "tonic-types"]
error-stack = "0.4.1"
thiserror = "1"
tracing = "0.1"
tonic = { version = "0.10", optional = true }
tonic-types = { version = "0.10", optional = true }
tonic = { version = "0.11", optional = true }
tonic-types = { version = "0.11", optional = true }

0 comments on commit 75c6426

Please sign in to comment.