-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb303e4
commit 7b54673
Showing
5 changed files
with
66 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ futures = "0.3.28" | |
|
||
[package] | ||
name = "quilkin" | ||
version = "0.8.0-dev" | ||
version = "0.8.0" | ||
authors = [ | ||
"Mark Mandel <[email protected]>", | ||
"Ifeanyi Ubah <[email protected]>", | ||
|
@@ -80,7 +80,7 @@ test = false | |
|
||
[dependencies] | ||
# Local | ||
quilkin-macros = { version = "0.8.0-dev", path = "./macros" } | ||
quilkin-macros = { version = "0.8.0", path = "./macros" } | ||
|
||
# Crates.io | ||
arc-swap = { version = "1.6.0", features = ["serde"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
[package] | ||
name = "quilkin-macros" | ||
version = "0.8.0-dev" | ||
version = "0.8.0" | ||
authors = ["Erin Power <[email protected]>"] | ||
license = "Apache-2.0" | ||
description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more." | ||
|