Skip to content

Commit

Permalink
Incremented version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Jan 23, 2023
1 parent 5bbce21 commit c3d8538
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlt_parse"
version = "0.5.0"
version = "0.5.1"
authors = ["Julian Schmid <info@julianschmid.name>"]
edition = "2021"
description = "A library for parsing the \"Diagnostic Log and Trace\" network protocol (currently without payload interpretation)."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ First, add the following to your `Cargo.toml`:

```toml
[dependencies]
dlt_parse = "0.5.0"
dlt_parse = "0.5"
```

Next, add this to your crate:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
//! dlt_parse = "0.5.0"
//! dlt_parse = "0.5"
//! ```
//!
//! Next, add this to your crate:
Expand Down

0 comments on commit c3d8538

Please sign in to comment.