Skip to content

Commit

Permalink
chore: default_features -> default-features in cargo.toml (#6689)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Jan 29, 2025
1 parent efe7f5b commit e80655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ serde_yaml = "0.8.26"
static_assertions = "1.1.0"
strum_macros = "0.26.0"
sys-info = "0.9.1"
sysinfo = { version = "0.32.0", features = ["system", "windows"], default_features = false }
sysinfo = { version = "0.32.0", features = ["system", "windows"], default-features = false }
thiserror = "1.0.61"
tokio.workspace = true
tokio-stream = { version = "0.1.15", features = ["sync", "net"] }
Expand Down

0 comments on commit e80655f

Please sign in to comment.