Skip to content

Commit

Permalink
feat: Loosen time requirement (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV authored Apr 9, 2024
1 parent c35cbdc commit ab3ea6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pyo3 = { version = "0.20", default-features = false, features = ["macros", "mult
# time has a "stable minus two MSRV" policy, which doesn't jive with
# our more permissive MSRV
# https://github.com/time-rs/time/discussions/535
time = { version = ">=0.3, <=0.3.28", optional = true }
time = { version = ">=0.3, <=0.3.34", optional = true }

[dev-dependencies]
thiserror = "1.0"

0 comments on commit ab3ea6a

Please sign in to comment.