Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jul 22, 2024
1 parent f44de67 commit 8b913b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["memory-serve", "memory-serve-macros", "examples/test"]
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tweedegolf/memory-serve"
Expand Down
2 changes: 1 addition & 1 deletion memory-serve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description.workspace = true
brotli = "6.0"
flate2 = "1.0"
axum = { version = "0.7", default-features = false }
memory-serve-macros = { version = "0.5", path = "../memory-serve-macros" }
memory-serve-macros = { version = "0.6", path = "../memory-serve-macros" }
tracing = "0.1"
sha256 = "1.4"

Expand Down

0 comments on commit 8b913b0

Please sign in to comment.