From 2431f6853d4d23ca81172c8c0f91067c98028c0a Mon Sep 17 00:00:00 2001 From: yngrtc Date: Fri, 10 Feb 2023 22:08:46 -0800 Subject: [PATCH] bump version to v0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"