Skip to content

Commit

Permalink
Update README.md version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Aug 29, 2023
1 parent 116ace8 commit 2857b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ By default `serde` is disabled and `std` is enabled if you add `dlt_parse` as de

```toml
[dependencies]
dlt_parse = "0.8.0"
dlt_parse = "0.8.2"
```

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

```toml
[dependencies]
dlt_parse = { version = "0.8.0", features = ["serde"] }
dlt_parse = { version = "0.8.2", features = ["serde"] }
```

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

```toml
[dependencies]
dlt_parse = { version = "0.8.0", default-features = false }
dlt_parse = { version = "0.8.2", default-features = false }
```

## What is dlt_parse?
Expand Down

0 comments on commit 2857b02

Please sign in to comment.