Skip to content

Commit

Permalink
(Doc) Enable rt-multi-thread feature for sample code (#10770)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiang-c committed Jun 3, 2024
1 parent 3aae451 commit ccf395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/example-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ crates.io] page. Add the dependency to your `Cargo.toml` file:

```toml
datafusion = "latest_version"
tokio = "1.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
```

## Add latest non published DataFusion dependency
Expand Down

0 comments on commit ccf395f

Please sign in to comment.