Skip to content

Commit ee84599

Browse files
CodingAnarchyclaude
andcommitted
fix: Update hammerwork dependency to use version 1.0.0 for crates.io publishing
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b58a8de commit ee84599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-hammerwork/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "cargo-hammerwork"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
hammerwork = { workspace = true, features = ["postgres", "mysql"] }
20+
hammerwork = { version = "1.0.0", features = ["postgres", "mysql"] }
2121
clap = { workspace = true, features = ["env"] }
2222
tokio = { workspace = true }
2323
anyhow = { workspace = true }

0 commit comments

Comments
 (0)