Skip to content

Commit

Permalink
chore: moves tokio to workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 23, 2023
1 parent e0b2cb5 commit 66da811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl-grammar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reqwest = { version = "0.11.22", optional = true }
serde = { workspace = true }
serde_with = { workspace = true, optional = true }
to_snake_case = "0.1.1"
tokio = { version = "1.33.0", features = ["full"], optional = true }
tokio = { workspace = true, optional = true }
toml = { workspace = true, optional = true }

[features]
Expand Down

0 comments on commit 66da811

Please sign in to comment.