Skip to content

Commit

Permalink
Move tonic-build version to workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
  • Loading branch information
rydrman committed Feb 21, 2024
1 parent f5844ec commit 42ac994
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ thiserror = "1.0"
tokio = { version = "1.28", features = ["rt"] }
tokio-retry = "0.3.0"
tonic = "0.11"
tonic-build = "0.11"
tower = "0.4.13"
tracing = "0.1.35"
tracing-capture = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/spfs-vfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ windows = { workspace = true, optional = true, features = [

[build-dependencies]
protobuf-src = { version = "1.0.5", optional = true } # protoc @ 3.19.3
tonic-build = "0.11"
tonic-build = { workspace = true }
2 changes: 1 addition & 1 deletion crates/spfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ features = ["Win32_Storage_FileSystem", "Win32_Foundation"]

[build-dependencies]
protobuf-src = { version = "1.0.5", optional = true } # protoc @ 3.19.3
tonic-build = "0.11"
tonic-build = { workspace = true }

[dev-dependencies]
criterion = { version = "0.3", features = ["async_tokio", "html_reports"] }
Expand Down

0 comments on commit 42ac994

Please sign in to comment.