From 551ae0c97d5c92372c23f64a969a68b463056c7c Mon Sep 17 00:00:00 2001 From: Dzhegash Date: Sun, 31 Jul 2022 13:43:12 +0500 Subject: [PATCH] Release 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c631da9..4ce1d15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cmc" edition = "2021" -version = "0.2.1-alpha.2" +version = "0.2.1" authors = ["Dzhegash "] license = "MIT OR Apache-2.0" description = "Rust Library for the CoinMarketCap API"