Skip to content

Commit

Permalink
Release 0.1.0-alpha.6
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
zavakid committed Dec 13, 2024
1 parent 31b72a3 commit a524d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ micro-http = { path = "crates/http" }
[profile.dev.build-override]
debug = true
[profile.release.build-override]
debug = true
debug = true
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.5"
version = "0.1.0-alpha.6"
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.5"
version = "0.1.0-alpha.6"
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.5"
micro-http = "=0.1.0-alpha.6"
http.workspace = true
http-body.workspace = true
http-body-util.workspace = true
Expand Down

0 comments on commit a524d43

Please sign in to comment.