Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Sep 2, 2024
1 parent 155e4c4 commit 3a85b15
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["libraries/*", "binaries/*"]
resolver = "2"

[workspace.package]
version = "0.2.0-alpha.13"
version = "0.2.0-alpha.14"
repository = "https://github.com/geph-official/geph5"
license = "ISC"

Expand Down
10 changes: 5 additions & 5 deletions binaries/geph5-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ ed25519-dalek = {version="2", default-features=false, features=["serde"]}
elevated-command = "1.1.2"
event-listener = "5.3.1"
futures-util = "0.3.30"
geph5-broker-protocol = { version = "0.2.0-alpha.12", path = "../../libraries/geph5-broker-protocol" }
geph5-misc-rpc = { version = "0.2.0-alpha.12", path = "../../libraries/geph5-misc-rpc" }
geph5-broker-protocol = { version = "0.2.0-alpha.14", path = "../../libraries/geph5-broker-protocol" }
geph5-misc-rpc = { version = "0.2.0-alpha.14", path = "../../libraries/geph5-misc-rpc" }
hex = "0.4.3"
http = "1.1.0"
http-body-util = "0.1.2"
Expand All @@ -44,7 +44,7 @@ ipstack-geph = "0.2.0"
isocountry = "0.3.2"
itertools = "0.13.0"
libc = "0.2.155"
mizaru2 = { version= "0.2.0-alpha.12", path = "../../libraries/mizaru2" }
mizaru2 = { version= "0.2.0-alpha.14", path = "../../libraries/mizaru2" }
moka = { version = "0.12.7", features = ["future", "sync"] }
nanorpc = "0.1.12"
nanorpc-sillad = { version = "0.1", path = "../../libraries/nanorpc-sillad" }
Expand All @@ -62,8 +62,8 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1.0.120"
serde_yaml = "0.9.34"
sillad = { version= "0.2.3", path = "../../libraries/sillad" }
sillad-sosistab3 = { version = "0.2.0-alpha.12", path = "../../libraries/sillad-sosistab3" }
arc-writer = { version = "0.2.0-alpha.12", path = "../../libraries/arc-writer" }
sillad-sosistab3 = { version = "0.2.0-alpha.14", path = "../../libraries/sillad-sosistab3" }
arc-writer = { version = "0.2.0-alpha.14", path = "../../libraries/arc-writer" }
simple-dns = "0.7.0"
smol = "2.0.0"
smol-timeout2 = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/geph5-broker-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ blake3 = { version = "=1.5.1", features = ["serde"] }
isocountry = "0.3.2"
language-tags = { version = "0.3.2", features = ["serde"] }
serde_with = { version = "3.8.3", features = ["hex"] }
mizaru2 = {version = "0.2.0-alpha.12", path = "../mizaru2" }
mizaru2 = {version = "0.2.0-alpha.14", path = "../mizaru2" }
tracing = "0.1.40"

0 comments on commit 3a85b15

Please sign in to comment.