Skip to content

Commit

Permalink
Prep for 0.9.0-dev (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored Mar 14, 2024
1 parent 62ff4e7 commit 85652bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -41,7 +41,7 @@ futures = "0.3.28"

[package]
name = "quilkin"
version = "0.8.0"
version = "0.9.0-dev"
authors = [
"Mark Mandel <[email protected]>",
"Ifeanyi Ubah <[email protected]>",
Expand Down Expand Up @@ -80,7 +80,7 @@ test = false

[dependencies]
# Local
quilkin-macros = { version = "0.8.0", path = "./macros" }
quilkin-macros = { version = "0.9.0-dev", path = "./macros" }

# Crates.io
arc-swap = { version = "1.6.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "quilkin-macros"
version = "0.8.0"
version = "0.9.0-dev"
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."
Expand Down

0 comments on commit 85652bb

Please sign in to comment.