Skip to content

Commit

Permalink
Remove benches from crate
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Sep 20, 2024
1 parent f972036 commit 6e38120
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ documentation = "https://docs.rs/tonic/0.12.2"
edition = "2021"
homepage = "https://github.com/hyperium/tonic"
keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
license = "MIT AND APACHE-2.0"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/hyperium/tonic"
version = "0.12.2"
exclude = ["/benches*"]

[features]
codegen = ["dep:async-trait"]
Expand Down Expand Up @@ -140,6 +141,6 @@ allowed_external_types = [
"tower_layer::identity::Identity",
]

[[bench]]
harness = false
name = "decode"
# [[bench]]
# harness = false
# name = "decode"
File renamed without changes.
1 change: 0 additions & 1 deletion tonic/LICENSE-APACHE

This file was deleted.

0 comments on commit 6e38120

Please sign in to comment.