Skip to content

Commit

Permalink
fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 13, 2025
1 parent e60db0c commit 705e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/crate-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The `datafusion` crate has several [features] which can be specified in your `Ca
to enable support for `avro` you can put the following in your `Cargo.toml`:

```toml
datafusion = { version = "45", features = [avro] }
datafusion = { version = "45", features = ["avro"] }
```

[features]: https://doc.rust-lang.org/cargo/reference/features.html
Expand Down

0 comments on commit 705e180

Please sign in to comment.