From d154eb0c227c8401a9410e4ab5ce332edafceee7 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Fri, 2 Feb 2024 08:43:29 -0800 Subject: [PATCH] bump version to v0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"