From eb6db13b0f02b6597f04050a5b18f02c2356fd8d Mon Sep 17 00:00:00 2001 From: antejavor Date: Fri, 10 Jul 2026 13:37:48 +0200 Subject: [PATCH] Bump version to 4.0.0 The chrono/chrono-tz -> jiff migration (#80) changes public Date, LocalTime, LocalDateTime, and Duration types, which is a breaking change for consumers matching or constructing those variants. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abe3213..6558ffe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsmgclient" -version = "3.1.0" +version = "4.0.0" description = "Memgraph database adapter for Rust programming language." authors = ["Memgraph Contributors "] license = "Apache-2.0"