Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Dec 13, 2024
1 parent 35d05dd commit 50785a8
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
Expand Up @@ -4,13 +4,13 @@ exclude = ["example"]
resolver = "2"

[workspace.package]
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tweedegolf/memory-serve"
description = "Fast static file serving for axum web applications"
publish = true

[workspace.dependencies]
memory-serve-core = { path = "./memory-serve-core", version = "1.0.0-beta.0" }
memory-serve-macros = { path = "./memory-serve-macros", version = "1.0.0-beta.0" }
memory-serve-core = { path = "./memory-serve-core", version = "1.0.0-beta.1" }
memory-serve-macros = { path = "./memory-serve-macros", version = "1.0.0-beta.1" }

0 comments on commit 50785a8

Please sign in to comment.