Skip to content

Commit 2857b02

Browse files
authored
Update README.md version
1 parent 116ace8 commit 2857b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ By default `serde` is disabled and `std` is enabled if you add `dlt_parse` as de
1515

1616
```toml
1717
[dependencies]
18-
dlt_parse = "0.8.0"
18+
dlt_parse = "0.8.2"
1919
```
2020

2121
If you additionally want `serde` support you will have to activate the `serde` feature:
2222

2323
```toml
2424
[dependencies]
25-
dlt_parse = { version = "0.8.0", features = ["serde"] }
25+
dlt_parse = { version = "0.8.2", features = ["serde"] }
2626
```
2727

2828
If you want to use the crate in `no_std` mode you will have to disable the default features:
2929

3030
```toml
3131
[dependencies]
32-
dlt_parse = { version = "0.8.0", default-features = false }
32+
dlt_parse = { version = "0.8.2", default-features = false }
3333
```
3434

3535
## What is dlt_parse?

0 commit comments

Comments
 (0)