Skip to content

Commit

Permalink
build: Change default_features to default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Aug 28, 2024
1 parent bc95076 commit d6da17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tokio = { version = "1.37.0", default-features = false, features = [
"macros",
] }
toml = "0.8.12"
tonic = { version = "=0.11.0", default_features = false, features = [
tonic = { version = "=0.11.0", default-features = false, features = [
"tls",
"tls-roots",
"gzip",
Expand Down

0 comments on commit d6da17b

Please sign in to comment.