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