Skip to content

Commit

Permalink
Resolve build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterdd committed Aug 24, 2024
1 parent c145629 commit 3f9df46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = "0.4.34"
inquire = "0.6.2"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
time = { version = "0.3.34", features = ["serde", "parsing", "formatting"] }
time = { version = "0.3.36", features = ["serde", "parsing", "formatting"] }
relm4 = { version = "0.9.0", features = ["macros", "libadwaita", "gnome_44", "adw", "gnome_45", "gnome_46"] }
relm4-icons = { version = "0.9.0", features = ["all"] }
uuid = { version = "1.7.0", features = ["v4"] }
Expand Down

0 comments on commit 3f9df46

Please sign in to comment.