Skip to content

Commit 692943d

Browse files
committed
Bump the version to 0.3.3
1 parent 4db84df commit 692943d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image = { version = "0.25.6" }
1818
members = ["watchers"]
1919

2020
[workspace.package]
21-
version = "0.3.2-alpha.3"
21+
version = "0.3.3"
2222

2323
[workspace.dependencies]
2424
anyhow = "1.0.98"
@@ -33,8 +33,8 @@ tempfile = "3.20.0"
3333
[dependencies]
3434
watchers = { path = "./watchers", default-features = false }
3535
chrono = "0.4.41"
36-
toml = "0.9.2"
37-
clap = { version = "4.5.41", features = ["string"] }
36+
toml = "0.9.5"
37+
clap = { version = "4.5.45", features = ["string"] }
3838
fern = { version = "0.7.1", features = ["colored"] }
3939
log = { workspace = true }
4040
anyhow = { workspace = true }

0 commit comments

Comments
 (0)