This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 668775f simplify optimized build documentation (#1098)
668775f is described below
commit 668775fdf83f87212828a5c08bbaca48829817b9
Author: QP Hou <[email protected]>
AuthorDate: Mon Oct 11 13:24:19 2021 -0700
simplify optimized build documentation (#1098)
* simplify optimized build documentation
* Update docs/source/user-guide/library.md
Co-authored-by: Daniël Heres <[email protected]>
Co-authored-by: Daniël Heres <[email protected]>
---
docs/source/user-guide/library.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/source/user-guide/library.md
b/docs/source/user-guide/library.md
index bfaf741..f4c5083 100644
--- a/docs/source/user-guide/library.md
+++ b/docs/source/user-guide/library.md
@@ -38,9 +38,8 @@ worth noting that using the settings in the
`[profile.release]` section will sig
```toml
[dependencies]
datafusion = { version = "5.0" , features = ["simd"]}
-tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread"] }
-snmalloc-rs = {version = "0.2", features= ["cache-friendly"]}
-num_cpus = "1.0"
+tokio = { version = "^1.0", features = ["rt-multi-thread"] }
+snmalloc-rs = "0.2"
[profile.release]
lto = true