Skip to content

Commit

Permalink
fix bad toml rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Aug 17, 2023
1 parent 0ef90b8 commit bef7635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ members = [
]

[workspace.dependencies]
vrl = { version = "0.6.0", features = ["cli", "test", "test_framework", "arbitrary"] }
vrl = { version = "0.6.0", default-features = false, features = ["cli", "test", "test_framework", "arbitrary", "compiler", "value", "diagnostic", "path", "parser", "stdlib", "datadog", "core"] }

pin-project = { version = "1.1.3", default-features = false }

[dependencies]
Expand Down

0 comments on commit bef7635

Please sign in to comment.