Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Mar 16, 2024
1 parent 777bae9 commit 5ebca66
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sctp-proto"
version = "0.1.7"
version = "0.2.0"
authors = ["Rain Liu <[email protected]>"]
edition = "2021"
description = "A pure Rust implementation of SCTP in Sans-IO style"
Expand All @@ -12,12 +12,12 @@ keywords = ["sctp"]
categories = [ "network-programming", "asynchronous" ]

[dependencies]
bytes = "1.4.0"
bytes = "1.5.0"
fxhash = "0.2.1"
rand = "0.8.5"
slab = "0.4.7"
thiserror = "1.0.38"
log = "0.4.17"
slab = "0.4.9"
thiserror = "1.0.58"
log = "0.4.21"
crc = "3.0.1"

[dev-dependencies]
Expand Down

0 comments on commit 5ebca66

Please sign in to comment.