Skip to content

Commit 8a4b887

Browse files
committed
🔖 bumped to 0.4.0
1 parent 3ba34c7 commit 8a4b887

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-candlestick-chart"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
license = "MIT"
55
description = "A library for displaying candlestick charts right into your terminal."
66
readme = "README.md"
@@ -26,7 +26,7 @@ reqwest = { version = "0.11", features = ["blocking", "json"], optional = true }
2626
reqwest = { version = "0.11", features = ["blocking", "json"] }
2727

2828
[features]
29-
bin-app = ["serde", "serde_json", "csv", "clap", "reqwest"]
29+
bin-app = ["serde", "serde_json", "csv", "clap"]
3030

3131
[[bin]]
3232
name = "cli-candlestick-chart"

0 commit comments

Comments
 (0)