File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ By default `serde` is disabled and `std` is enabled if you add `dlt_parse` as de
15
15
16
16
``` toml
17
17
[dependencies ]
18
- dlt_parse = " 0.8.0 "
18
+ dlt_parse = " 0.8.2 "
19
19
```
20
20
21
21
If you additionally want ` serde ` support you will have to activate the ` serde ` feature:
22
22
23
23
``` toml
24
24
[dependencies ]
25
- dlt_parse = { version = " 0.8.0 " , features = [" serde" ] }
25
+ dlt_parse = { version = " 0.8.2 " , features = [" serde" ] }
26
26
```
27
27
28
28
If you want to use the crate in ` no_std ` mode you will have to disable the default features:
29
29
30
30
``` toml
31
31
[dependencies ]
32
- dlt_parse = { version = " 0.8.0 " , default-features = false }
32
+ dlt_parse = { version = " 0.8.2 " , default-features = false }
33
33
```
34
34
35
35
## What is dlt_parse?
You can’t perform that action at this time.
0 commit comments