Skip to content

Commit

Permalink
rel: 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivateRookie committed Dec 3, 2023
1 parent 7a90367 commit 2e3bcfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
package.version = "0.10.2"
package.version = "0.10.3"
members = [".", "ffi/py", "http_shim"]

[package]
Expand Down Expand Up @@ -50,11 +50,11 @@ native-tls = { version = "0.2", optional = true }

# deflate deps
libz-sys = { version = "1.1.8", optional = true }
# extsion deps
poem = { version = "1", optional = true }
axum = { version = "0.7", optional = true, features = ["ws"] }
axum = { version = "0.7", optional = true }
hyper = { version = "1", optional = true }
hyper-util = { version = "0.1", optional = true }

# proxy deps


Expand Down

0 comments on commit 2e3bcfd

Please sign in to comment.