Skip to content

Commit

Permalink
bump sip crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalt committed Oct 28, 2024
1 parent 3d2dd6a commit 179eee8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions crates/sip-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-sip-auth"
version = "0.1.2"
version = "0.2.0"
description = "RFC8769 compliant SIP authentication"
categories = ["network-programming", "multimedia"]
keywords = ["sip", "auth"]
Expand All @@ -12,7 +12,7 @@ license.workspace = true
repository.workspace = true

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

bytesstr = "1"
md5 = "0.7"
Expand Down
6 changes: 3 additions & 3 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.3.0"
version = "0.4.0"
description = "SIP core crate providing abstrations over transport and transactions"
categories = ["network-programming", "multimedia"]
keywords = ["sip"]
Expand All @@ -13,13 +13,13 @@ repository.workspace = true

[dependencies]
internal = { package = "ezk-internal", path = "../internal", version = "0.2" }
sip-types = { package = "ezk-sip-types", path = "../sip-types", version = "0.2" }
sip-types = { package = "ezk-sip-types", path = "../sip-types", version = "0.3" }
stun-types = { package = "ezk-stun-types", path = "../stun-types", version = "0.1.1" }
stun = { package = "ezk-stun", path = "../stun", version = "0.2.0" }

tracing = "0.1"
bytes = "1"
tokio = { version = "1.5.0", features = [
tokio = { version = "1", features = [
"net",
"rt-multi-thread",
"sync",
Expand Down
2 changes: 1 addition & 1 deletion crates/sip-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ezk-sip-types"
version = "0.2.1"
version = "0.3.0"
description = "SIP types providing parsing & serialization"
categories = ["network-programming", "multimedia"]
keywords = ["sip"]
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2"
version = "0.4.3"
description = "Low level SIP user agent utilities"
categories = ["network-programming", "multimedia"]
keywords = ["sip"]
Expand Down

0 comments on commit 179eee8

Please sign in to comment.