diff --git a/README.md b/README.md index 2ca803c7..7385cf94 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -etherparse = "0.16" +etherparse = "0.17" ``` ## What is etherparse? diff --git a/etherparse/Cargo.toml b/etherparse/Cargo.toml index 64a338d0..c7624739 100644 --- a/etherparse/Cargo.toml +++ b/etherparse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "etherparse" -version = "0.16.0" +version = "0.17.0" authors = ["Julian Schmid "] edition = "2021" repository = "https://github.com/JulianSchmid/etherparse" diff --git a/etherparse/src/lib.rs b/etherparse/src/lib.rs index 676edb55..59fad735 100644 --- a/etherparse/src/lib.rs +++ b/etherparse/src/lib.rs @@ -18,7 +18,7 @@ //! //! ```toml //! [dependencies] -//! etherparse = "0.16" +//! etherparse = "0.17" //! ``` //! //! # What is etherparse? diff --git a/etherparse_proptest_generators/Cargo.toml b/etherparse_proptest_generators/Cargo.toml index 5059ff1e..815ab36c 100644 --- a/etherparse_proptest_generators/Cargo.toml +++ b/etherparse_proptest_generators/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "etherparse_proptest_generators" -version = "0.16.0" +version = "0.17.0" authors = ["Julian Schmid "] edition = "2021" repository = "https://github.com/JulianSchmid/etherparse"