diff options
author | Jason Rodney Hansen | 2021-11-18 14:12:39 +0000 |
---|---|---|
committer | Ivan Tham | 2021-12-05 08:22:58 +0000 |
commit | 57a8e799405fa64c4f441258896d4dc0d68d8824 (patch) | |
tree | 67074bb4e7f39c47789c04e6e69ab0d1b755e52b /helix-core/Cargo.toml | |
parent | 95cfeed2fa60420f584ef1ab051275780f55d4e9 (diff) |
No default features for gregorian
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 ffccbb9c..80696cb5 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -36,7 +36,7 @@ similar = "2.1" etcetera = "0.3" -gregorian = "0.2.1" +gregorian = { version="0.2.1", default-features = false } [dev-dependencies] quickcheck = { version = "1", default-features = false } |