Skip to content

Commit

Permalink
bump lib crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Jun 4, 2024
1 parent a1e6025 commit 66a822d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -199,7 +199,7 @@ g3-fluentd = { version = "0.1", path = "lib/g3-fluentd" }
g3-ftp-client = { version = "0.3", path = "lib/g3-ftp-client" }
g3-smtp-proto = { version = "0.1", path = "lib/g3-smtp-proto" }
g3-h2 = { version = "0.1", path = "lib/g3-h2" }
g3-http = { version = "0.2", path = "lib/g3-http" }
g3-http = { version = "0.3", path = "lib/g3-http" }
g3-icap-client = { version = "0.2", path = "lib/g3-icap-client" }
g3-io-ext = { version = "0.7", path = "lib/g3-io-ext" }
g3-journal = { version = "0.2", path = "lib/g3-journal" }
Expand All @@ -209,7 +209,7 @@ g3-hickory-client = { version = "0.1", path = "lib/g3-hickory-client" }
g3-resolver = { version = "0.5", path = "lib/g3-resolver" }
g3-runtime = { version = "0.3", path = "lib/g3-runtime" }
g3-socket = { version = "0.4", path = "lib/g3-socket" }
g3-socks = { version = "0.1", path = "lib/g3-socks" }
g3-socks = { version = "0.2", path = "lib/g3-socks" }
g3-openssl = { version = "0.1", path = "lib/g3-openssl" }
g3-statsd-client = { version = "0.1", path = "lib/g3-statsd-client" }
g3-histogram = { version = "0.1", path = "lib/g3-histogram" }
Expand Down
2 changes: 1 addition & 1 deletion lib/g3-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3-http"
version = "0.2.0"
version = "0.3.0"
license.workspace = true
edition.workspace = true
rust-version = "1.74.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/g3-socks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3-socks"
version = "0.1.0"
version = "0.2.0"
license.workspace = true
edition.workspace = true
rust-version = "1.74.0"
Expand Down

0 comments on commit 66a822d

Please sign in to comment.