Skip to content

Commit ec3e469

Browse files
committed
fix(workspace): Update hammerwork-web to use workspace dependencies and version 1.2.1
1 parent 47232b9 commit ec3e469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ documentation = "https://docs.rs/hammerwork"
1919
rust-version = "1.86"
2020

2121
[workspace.dependencies]
22-
hammerwork = { version = "1.2.0", path = "." }
22+
hammerwork = { version = "1.2.1", path = "." }
2323
tokio = { version = "1.0", features = ["full"] }
2424
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "chrono", "uuid", "json"] }
2525
chrono = { version = "0.4", features = ["serde"] }

hammerwork-web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717

1818
[dependencies]
1919
# Core Hammerwork functionality
20-
hammerwork = { path = "../", version = "1.2", features = ["metrics"] }
20+
hammerwork = { workspace = true, features = ["postgres", "mysql", "metrics"] }
2121

2222
# Web framework and HTTP
2323
warp = "0.3"
@@ -60,4 +60,4 @@ auth = ["bcrypt"]
6060

6161
[dev-dependencies]
6262
tempfile = "3.8"
63-
tokio-test = "0.4"
63+
tokio-test = "0.4"

0 commit comments

Comments
 (0)