Skip to content

Commit

Permalink
fix/wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
CAGS295 committed Sep 8, 2024
1 parent 1e7e4dc commit c329627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
serde = { version = "1", optional = true, features = ["derive"] }
serde_json = "1.0.96"
prost = { version = "*", optional = true }
tonic = { version = "*", optional = true }
tonic = { version = "^0.12", optional = true }
codec = { package = "parity-scale-codec", version = "3.5.0", features = [
"derive",
], optional = true }
Expand All @@ -24,4 +24,4 @@ event-time = ["event"]


[build-dependencies]
tonic-build = "*"
tonic-build = "^0.12"

0 comments on commit c329627

Please sign in to comment.