Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Dec 30, 2023
1 parent 2b9b671 commit 78a884c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ all-features = true
is_debug = "1.0.1"
const_format = "0.2.22"
time = { version = "0.3.11", features = ["formatting", "local-offset", "parsing"] }
winnow = "0.5.31"


#! Optional Dependencies:

Expand All @@ -36,5 +36,8 @@ document-features = { version = "0.2", optional = true }
[features]
default = ["git2", "tzdb"]

[dev-dependencies]
winnow = "0.5.31"

[workspace]
members = ["example_shadow", "example_shadow_hook", "example_wasm"]

0 comments on commit 78a884c

Please sign in to comment.