Skip to content

Commit

Permalink
default_features -> default-features
Browse files Browse the repository at this point in the history
Remove async fn in trait thing
  • Loading branch information
TTWNO committed May 24, 2024
1 parent 0bf03de commit ec98d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nix.workspace = true
odilia-common.workspace = true
once_cell = "1.16.0"
serde_json.workspace = true
sysinfo = { version = "0.26.8", default_features = false }
sysinfo = { version = "0.26.8", default-features = false }
tokio.workspace = true
tokio-util.workspace=true
tracing.workspace = true

0 comments on commit ec98d6a

Please sign in to comment.