Skip to content

Commit

Permalink
Release 0.1.0-alpha.7
Browse files Browse the repository at this point in the history
micro-http@0.1.0-alpha.7
micro-web@0.1.0-alpha.7

Generated by cargo-workspaces
  • Loading branch information
zavakid committed Dec 14, 2024
1 parent ae21e94 commit 2e0fdac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "micro-http"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "micro-web"
version = "0.1.0-alpha.6"
version = "0.1.0-alpha.7"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand All @@ -13,7 +13,7 @@ description = "the async micro web framework"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
micro-http = "=0.1.0-alpha.6"
micro-http = "=0.1.0-alpha.7"
http.workspace = true
http-body.workspace = true
http-body-util.workspace = true
Expand Down

0 comments on commit 2e0fdac

Please sign in to comment.