Skip to content

Commit

Permalink
fix(flowtime): skipped break time is added to next break segment
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-thevenet committed Dec 1, 2024
1 parent 1ef0db9 commit f8cbde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ anyhow = "1.0.93"
vergen-gix = {version = "1.0.2", features = ["build", "cargo"]}

[dependencies]
vault-tasks-core = {version = "0.5.0"}
vault-tasks-core = "0.5.0"
vault-tasks-time-management = "0.3.2"
better-panic = "0.3.0"
clap = {version = "4.5.21", features = [
"derive",
Expand Down Expand Up @@ -43,7 +44,6 @@ serde = {version = "1.0.215", features = ["derive"]}
tracing = "0.1.40"
pretty_assertions = "1.4.1"
strum = {version = "0.26.3", features = ["derive"]}
vault-tasks-time-management = "0.3.1"
strum_macros = "0.26.4"
notify-rust = "4.11.3"

Expand Down

0 comments on commit f8cbde3

Please # to comment.