From 9fcb22a27ec4804fda17be5056ff3829e507b158 Mon Sep 17 00:00:00 2001 From: yngrtc Date: Wed, 7 Aug 2024 08:07:31 -0700 Subject: [PATCH] bump version to v0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b0d4e5..fcf7b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctp-proto" -version = "0.2.2" +version = "0.3.0" authors = ["Rain Liu "] edition = "2021" description = "A pure Rust implementation of SCTP in Sans-IO style"