chore: fix docs build error (#16013)

This commit is contained in:
Linhe Huo 2022-08-11 21:38:33 +08:00 committed by GitHub
parent 4fff65276f
commit 5bca437633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -54,10 +54,11 @@ Rust 连接器仍然在快速开发中1.0 之前无法保证其向后兼容
taos = "*"
```
<Tabs defaultValue="native">
</TabItem>
<TabItem value="native" label="仅原生连接">
在 `Cargo.toml` 文件中添加 [taos][taos]
在 `Cargo.toml` 文件中添加 [taos][taos],并启用 `native` 特性
```toml
[dependencies]