diff --git a/Cargo.toml b/Cargo.toml index 48df6e9..6df8d14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlt_parse" -version = "0.4.0" +version = "0.5.0" authors = ["Julian Schmid "] edition = "2021" 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 78d4e01..1dc1e95 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First, add the following to your `Cargo.toml`: ```toml [dependencies] -dlt_parse = "0.4.0" +dlt_parse = "0.5.0" ``` Next, add this to your crate: diff --git a/src/lib.rs b/src/lib.rs index dd2a8f9..97f9d92 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! //! ```toml //! [dependencies] -//! dlt_parse = "0.4.0" +//! dlt_parse = "0.5.0" //! ``` //! //! Next, add this to your crate: