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

Commit 3d99461

Browse files
committed
release 0.0.6
1 parent 117158e commit 3d99461

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iotdb"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

README.md

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

3232
```toml
3333
[dependencies]
34-
iotdb = "0.0.5"
34+
iotdb = "0.0.6"
3535
```
3636

3737
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//!
2323
//! ```toml
2424
//! [dependencies]
25-
//! iotdb = "0.0.5"
25+
//! iotdb = "0.0.6"
2626
//! ```
2727
//!
2828
//! # Example

0 commit comments

Comments
 (0)