From 969aadc820cb88a3dbb0cd3fb866dbe62d42cef6 Mon Sep 17 00:00:00 2001 From: "chandr-andr (Kiselev Aleksandr)" Date: Sat, 21 Sep 2024 13:57:35 +0200 Subject: [PATCH] Bumped version to 0.7.11 Signed-off-by: chandr-andr (Kiselev Aleksandr) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb2918b..f000038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ dependencies = [ [[package]] name = "psqlpy" -version = "0.7.10" +version = "0.7.11" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4be8696..474da33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psqlpy" -version = "0.7.10" +version = "0.7.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html