Skip to content

Commit

Permalink
Merge pull request #1088 from zancas/remove_unnecessary_tonic
Browse files Browse the repository at this point in the history
remove unnecesary tonic-build
  • Loading branch information
zancas authored May 15, 2024
2 parents 062939d + 8558a98 commit 88cc894
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ orchard = "0.8"
zip32 = "0.1"

clap = "4.4"
tonic-build = "0.10"
tempdir = "0.3"
portpicker = "0.1"
incrementalmerkletree = { version = "0.5" }
Expand Down
2 changes: 1 addition & 1 deletion darkside-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ sapling-crypto.workspace = true
proptest = "1.4.0"

[build-dependencies]
tonic-build = { workspace = true }
tonic-build = "0.10"
2 changes: 0 additions & 2 deletions zingo-netutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ rustls-pemfile = "1.0.0"

[features]
test-features = []


3 changes: 0 additions & 3 deletions zingo-testutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ tonic = { workspace = true, optional = true }
tracing = "0.1.37"
serde_json = "1.0.100"
serde = { version = "1.0.201", features = ["derive"] }

[build-dependencies]
tonic-build = { workspace = true }
2 changes: 0 additions & 2 deletions zingolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ hyper = { workspace = true }
hyper-rustls = { workspace = true }
prost = { workspace = true }
tonic = { workspace = true }
tower = { workspace = true }

orchard = { workspace = true }
shardtree = { workspace = true, features = ["legacy-api"] }
Expand Down Expand Up @@ -92,5 +91,4 @@ tempfile = "3.3.0"
concat-idents = "1.1.3"

[build-dependencies]
tonic-build = { workspace = true }
build_utils = { workspace = true }

0 comments on commit 88cc894

Please sign in to comment.