No default features for gregorian
This commit is contained in:
parent
95cfeed2fa
commit
57a8e79940
2 changed files with 1 additions and 4 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -330,9 +330,6 @@ name = "gregorian"
|
|||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3452972f2c995c38dc9b84f09fe14f1ca462a0580642fe6756fed58fdef29050"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "grep-matcher"
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue