Skip to content

Commit 2cbbf41

Browse files
committed
Increment version to 0.17.0
1 parent 55307c4 commit 2cbbf41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
etherparse = "0.16"
29+
etherparse = "0.17"
3030
```
3131

3232
## What is etherparse?

etherparse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etherparse"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Julian Schmid <info@julianschmid.name>"]
55
edition = "2021"
66
repository = "https://github.com/JulianSchmid/etherparse"

etherparse/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies]
21-
//! etherparse = "0.16"
21+
//! etherparse = "0.17"
2222
//! ```
2323
//!
2424
//! # What is etherparse?

etherparse_proptest_generators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "etherparse_proptest_generators"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Julian Schmid <info@julianschmid.name>"]
55
edition = "2021"
66
repository = "https://github.com/JulianSchmid/etherparse"

0 commit comments

Comments
 (0)