From 7eeab40d99afbbb4722d43ca3136b13649665d9a Mon Sep 17 00:00:00 2001 From: driftluo Date: Tue, 2 Jun 2020 13:39:50 +0800 Subject: [PATCH] bump to 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8457e79..be58a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "influx_db_client" -version = "0.4.1" +version = "0.4.2" authors = ["piaoliu <441594700@qq.com>"] documentation = "https://docs.rs/influx_db_client/" repository = "https://github.com/driftluo/InfluxDBClient-rs"