From 4eeb4b11da074d823d627b877f7d0fcc5f25eb49 Mon Sep 17 00:00:00 2001 From: John Pradeep Vincent Date: Sun, 10 Jan 2021 12:54:45 +0000 Subject: [PATCH] update package version --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c47ece3a..8028f8b1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neo4rs" -version = "0.5.7" +version = "0.5.8" authors = ["John Pradeep Vincent "] edition = "2018" description = "neo4j driver in rust"