From 88ec882c3183f57bdb8f12b76cd51c98a6f08168 Mon Sep 17 00:00:00 2001 From: MathisWellmann Date: Mon, 15 Aug 2022 18:10:42 +0200 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b306b9..547621b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To use this crate in your project, add the following to your Cargo.toml: ```toml [dependencies] -trade_aggregation = "^3" +trade_aggregation = "^4" ``` Lets aggregate all trades into time based 1 minute candles, consisting of open, high, low and close information.