From 4b3b7f62cb231130445583cde1a0364fc23b4b25 Mon Sep 17 00:00:00 2001 From: tux3 Date: Wed, 31 Aug 2022 21:30:32 +0200 Subject: [PATCH] Bump to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2df4a3..efce42d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/tux3/crowdstrike-cloudproto/" categories = ["network-programming", "api-bindings"] keywords = ["async", "api", "protocol"] license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.64" readme = "README.md"