We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebae76a commit 0a4985cCopy full SHA for 0a4985c
Cargo.toml
@@ -16,6 +16,7 @@
16
[package]
17
name = "iotdb-client-rs"
18
version = "0.3.3"
19
+authors = ["Mark Liu <[email protected]>"]
20
edition = "2021"
21
license = "Apache-2.0"
22
readme = "README.md"
README.md
@@ -50,7 +50,8 @@ Apache IoTDB Github: https://github.com/apache/iotdb
50
51
## Prerequisites
52
53
-apache-iotdb 0.12.0 and newer.
+apache-iotdb 0.12.0 and newer.</br>
54
+rust 1.56.0 and newer.
55
56
## How to Use the Client (Quick Start)
57
0 commit comments