Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 5, 2024
1 parent ea8329d commit 0ea0078
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rwf-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwf-macros"
version = "0.1.14"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Macros for the Rust Web Framework"
Expand Down
4 changes: 2 additions & 2 deletions rwf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rwf"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Framework for building web applications in the Rust programming language"
Expand Down Expand Up @@ -32,7 +32,7 @@ parking_lot = "0.12"
once_cell = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
rwf-macros = { path = "../rwf-macros", version = "0.1.14" }
rwf-macros = { path = "../rwf-macros", version = "0.2.1" }
colored = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 0ea0078

Please sign in to comment.