diff options
author | Jason Rodney Hansen | 2021-11-18 13:23:27 +0000 |
---|---|---|
committer | Ivan Tham | 2021-12-05 08:22:58 +0000 |
commit | 95cfeed2fa60420f584ef1ab051275780f55d4e9 (patch) | |
tree | 697f51f2d9d3899719fdd07e52ceb090e09b9ec5 /helix-core/Cargo.toml | |
parent | c1f6167e37909517676c30b0a80203739e8492a5 (diff) |
Add support for incrementing year and month
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 0a2a56d9..ffccbb9c 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -36,7 +36,7 @@ similar = "2.1" etcetera = "0.3" -chrono = { version = "0.4", default-features = false, features = ["alloc", "std"] } +gregorian = "0.2.1" [dev-dependencies] quickcheck = { version = "1", default-features = false } |