-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version changes and updates for the 0.7.0 release. Also included fix for a small typo in quickstarts.
- Loading branch information
1 parent
bda6e65
commit 492d244
Showing
6 changed files
with
73 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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ futures = "0.3.28" | |
|
||
[package] | ||
name = "quilkin" | ||
version = "0.7.0-dev" | ||
version = "0.7.0" | ||
authors = ["Mark Mandel <[email protected]>", "Ifeanyi Ubah <[email protected]>", "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." | ||
|
@@ -46,7 +46,7 @@ test = true | |
|
||
[dependencies] | ||
# Local | ||
quilkin-macros = { version = "0.7.0-dev", path = "./macros" } | ||
quilkin-macros = { version = "0.7.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
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.7.0-dev" | ||
version = "0.7.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." | ||
|