Skip to content

Commit

Permalink
Version bump to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Mar 21, 2022
1 parent 32105f7 commit 190640b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cron"
version = "0.9.0"
version = "0.10.0"
authors = ["Zack Slayton <zack.slayton@gmail.com>"]
repository = "https://github.com/zslayton/cron"
documentation = "https://docs.rs/cron"
Expand All @@ -14,10 +14,7 @@ edition = "2021"
name = "cron"

[dependencies]
# Disabling default features eliminates a superfluous transitive
# dependency on the `time` crate, which is susceptible to segfaults.
# https://rustsec.org/advisories/RUSTSEC-2020-0071
chrono = { version = "~0.4", default-features = false, features = [] }
chrono = "~0.4"
nom = "~7"
once_cell = "1.5.2"

Expand Down

0 comments on commit 190640b

Please sign in to comment.