Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit cd548f2

Browse files
committed
fix: update readme
1 parent bf25c10 commit cd548f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add `iotdb` to your `Cargo.toml`
2121

2222
```toml
2323
[dependencies]
24-
iotdb = "0.0.2"
24+
iotdb = "0.0.3"
2525
```
2626

2727
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//!
1616
//! ```toml
1717
//! [dependencies]
18-
//! iotdb = "0.0.2"
18+
//! iotdb = "0.0.3"
1919
//! ```
2020
//!
2121
//! # Example

0 commit comments

Comments
 (0)