Skip to content

Commit

Permalink
- changed after review
Browse files Browse the repository at this point in the history
Signed-off-by: Ionut Slaveanu <[email protected]>
  • Loading branch information
ionut-slaveanu committed Aug 12, 2024
1 parent 63b5aee commit 3d7715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["asynchronous", "network-programming"]
autoexamples = false

[package.metadata.docs.rs]
all-features = true
all-features = true

[dependencies]
grpcio-sys = { path = "grpc-sys", version = "0.13.0", default-features = false }
Expand Down
3 changes: 1 addition & 2 deletions interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ publish = false
default = ["protobuf-codec"]
protobuf-codec = ["protobuf", "grpcio/protobuf-codec", "grpcio-proto/protobuf-codec"]
protobufv3-codec = ["protobufv3", "grpcio/protobufv3-codec", "grpcio-proto/protobufv3-codec"]
_secure = []
openssl = ["_secure", "grpcio-sys/openssl"]
openssl = []

[dependencies]
grpcio = { path = "..", default-features = false, features = ["boringssl"]}
Expand Down

0 comments on commit 3d7715a

Please sign in to comment.