Skip to content

Commit

Permalink
fix: build error in time v0.3.34 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Sep 15, 2024
1 parent 843c638 commit ffb6ee1
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 @@ -42,7 +42,7 @@ semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_path_to_error = "0.1.15"
time = { version = "0.3.34", features = ["formatting", "local-offset", "macros"] }
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"] }

[dependencies.syntect]
version = "5.2.0"
Expand Down

0 comments on commit ffb6ee1

Please sign in to comment.