Skip to content

Commit

Permalink
version: release;
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.Panda committed Jan 7, 2023
1 parent f42dbbe commit 5b4eeac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faster-stun"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = ["Mr.Panda <[email protected]>"]
description = "Fast and zero-cost stun message decoder and encoder."
Expand Down
4 changes: 2 additions & 2 deletions turn-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turn-server"
version = "0.2.1"
version = "1.0.0"
edition = "2021"
authors = ["Mr.Panda <[email protected]>"]
description = "A pure rust-implemented turn server."
Expand All @@ -21,7 +21,7 @@ categories = [
]

[dependencies]
turn-rs = { path = "../turn", version = "1.0.1" }
turn-rs = { path = "../turn", version = "1.1" }
clap = { version = "4", features = ["derive", "env"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions turn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "turn-rs"
version = "1.0.1"
version = "1.1.0"
edition = "2021"
authors = ["Mr.Panda <[email protected]>"]
description = "A library for handling round sessions."
Expand All @@ -20,7 +20,7 @@ categories = [
]

[dependencies]
faster-stun = { path = "../stun", version = "0.1.0" }
faster-stun = { path = "../stun", version = "1" }
tokio = { version = "1", features = ["sync", "time"] }
async-trait = "0.1.60"
bytes = "1"
Expand Down

0 comments on commit 5b4eeac

Please sign in to comment.