diff --git a/Cargo.toml b/Cargo.toml index 57e4f8f..dcbfaff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctp-proto" -version = "0.1.6" +version = "0.1.7" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SCTP in Sans-IO style"