Skip to content

Commit

Permalink
update rstun and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
neevek committed Nov 29, 2024
1 parent cfb07a5 commit f639376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "omnip"
version = "0.6.1"
version = "0.6.2"
edition = "2021"

[lib]
Expand Down Expand Up @@ -28,7 +28,7 @@ lazy_static = "1.4"
async-trait = "0.1"
byte-pool = { git = "https://github.com/neevek/byte-pool" }
# rstun = { path = "../rstun" }
rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.6.2" }
rstun = { git = "https://github.com/neevek/rstun", tag = "release/0.6.4" }
hyper = { version = "0.14", features = ["full"]}
http = "0.2"
http-body = "0.4"
Expand Down

0 comments on commit f639376

Please sign in to comment.