Skip to content

Commit

Permalink
sip-(core/ua) & stun - release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalt committed Sep 13, 2023
1 parent cc5e45d commit 930fd6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/sip-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-sip-core"
version = "0.1.3"
version = "0.2.0"
edition = "2018"
authors = ["Konstantin Baltruschat <konstantin.baltruschat@gmail.com>"]
description = "SIP core crate providing abstrations over transport and transactions"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
internal = { package = "ezk-internal", path = "../internal", version = "0.1" }
sip-types = { package = "ezk-sip-types", path = "../sip-types", version = "0.1" }
stun-types = { package = "ezk-stun-types", path = "../stun-types", version = "0.1.1" }
stun = { package = "ezk-stun", path = "../stun", version = "0.1.1" }
stun = { package = "ezk-stun", path = "../stun", version = "0.2.0" }

tracing = "0.1"
bytes = "1"
Expand Down
4 changes: 2 additions & 2 deletions crates/sip-ua/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-sip-ua"
version = "0.1.4"
version = "0.2.0"
edition = "2018"
authors = ["Konstantin Baltruschat <konstantin.baltruschat@gmail.com>"]
description = "Low level SIP user agent utilities"
Expand All @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
sip-types = { package = "ezk-sip-types", path = "../sip-types", version = "0.1" }
sip-core = { package = "ezk-sip-core", path = "../sip-core", version = "0.1" }
sip-core = { package = "ezk-sip-core", path = "../sip-core", version = "0.2" }

log = "0.4"
bytesstr = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-stun"
version = "0.1.1"
version = "0.2.0"
edition = "2018"
authors = ["Konstantin Baltruschat <konstantin.baltruschat@gmail.com>"]
description = "STUN endpoint for simple requests"
Expand Down

0 comments on commit 930fd6f

Please sign in to comment.