diff --git a/Cargo.toml b/Cargo.toml index b09d3af..009ba27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlt_parse" -version = "0.2.0" +version = "0.2.1" authors = ["Julian Schmid "] edition = "2018" description = "A library for parsing the \"Diagnostic Log and Trace\" network protocol (currently without payload interpretation)." diff --git a/README.md b/README.md index 4583632..d4b08f9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ First, add the following to your `Cargo.toml`: ```toml [dependencies] -dlt_parse = "0.2.0" +dlt_parse = "0.2.1" ``` Next, add this to your crate: diff --git a/src/lib.rs b/src/lib.rs index 134ea30..da65940 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! //! ```toml //! [dependencies] -//! dlt_parse = "0.2.0" +//! dlt_parse = "0.2.1" //! ``` //! //! Next, add this to your crate: