Skip to content

Commit

Permalink
[Fix] Bump time to 0.3.36
Browse files Browse the repository at this point in the history
Fixes the issue described at time-rs/time#693 that currently stops leptonic from building.
  • Loading branch information
jkcoxson authored Aug 5, 2024
1 parent 6c2959f commit e83d7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde = "1.0.196"
serde-wasm-bindgen = "0.6.3"
serde_json = "1.0.113"
strum = { version = "0.26.1", features = ["derive"] }
time = { version = "0.3.34", features = [
time = { version = "0.3.36", features = [
"wasm-bindgen",
"macros",
"serde",
Expand Down

0 comments on commit e83d7c2

Please sign in to comment.