Skip to content

Commit 24fc5a3

Browse files
committed
Merge branch 'release/sameold-0.2.2'
2 parents a7f15d1 + 8b45b5d commit 24fc5a3

3 files changed

Lines changed: 144 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 131 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/samedec/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "samedec"
33
description = "A SAME/EAS digital receiver and alerting program"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
@@ -11,8 +11,12 @@ readme = "README.md"
1111

1212
[dependencies]
1313
sameold = {path = "../sameold", version = "0.2.1"}
14-
chrono = "^0.4"
1514
byteorder = "^1.4"
1615
clap = "^2.33"
1716
log = "^0.4"
1817
pretty_env_logger = "^0.4"
18+
19+
[dependencies.chrono]
20+
version = "^0.4"
21+
default-features = false
22+
features = ["clock", "std"]

0 commit comments

Comments
 (0)