Skip to content

Commit 87e1968

Browse files
committed
Adjust versions on Cargo.toml files
1 parent ee84599 commit 87e1968

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
@@ -18,7 +18,7 @@ documentation = "https://docs.rs/hammerwork"
1818
rust-version = "1.86"
1919

2020
[workspace.dependencies]
21-
hammerwork = { path = "." }
21+
hammerwork = { version = "1.0.0", path = "." }
2222
tokio = { version = "1.0", features = ["full"] }
2323
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "chrono", "uuid", "json"] }
2424
chrono = { version = "0.4", features = ["serde"] }

cargo-hammerwork/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = { version = "1.0.0", features = ["postgres", "mysql"] }
20+
hammerwork = { workspace = true, features = ["postgres", "mysql"] }
2121
clap = { workspace = true, features = ["env"] }
2222
tokio = { workspace = true }
2323
anyhow = { workspace = true }
@@ -36,4 +36,4 @@ cron = { workspace = true }
3636

3737
[dev-dependencies]
3838
tempfile = "3.8"
39-
tokio-test = { workspace = true }
39+
tokio-test = { workspace = true }

0 commit comments

Comments
 (0)