Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Aug 27, 2024
1 parent ea842e5 commit 97c31d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 binaries/geph5-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ scopeguard = "1.2.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.120"
serde_yaml = "0.9.34"
sillad = { version= "0.2.2", path = "../../libraries/sillad" }
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" }
simple-dns = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion libraries/sillad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sillad"
edition = "2021"
description = "A framework for talking about TCP-like dialers and listeners, within the futures-io ecosystem"
version = "0.2.2"
version = "0.2.3"
repository.workspace = true
license.workspace = true

Expand Down

0 comments on commit 97c31d6

Please sign in to comment.