From 6a7526abdacd2c43e6428dd0cb14079e0d642117 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Sun, 3 Jul 2022 14:55:51 +0200 Subject: [PATCH] Publish 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcd6856..729ae70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsmgclient" -version = "1.0.0" +version = "2.0.0" description = "Memgraph database adapter for Rust programming language." authors = ["Memgraph Contributors "] license = "Apache-2.0"