From f2aff812bbed010a6192efa5762a4997f22f5eb4 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 20 Feb 2025 17:36:10 -0700 Subject: [PATCH] Bump gel-derive as well --- gel-derive/Cargo.toml | 2 +- gel-tokio/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gel-derive/Cargo.toml b/gel-derive/Cargo.toml index 48689ef2..b80d261f 100644 --- a/gel-derive/Cargo.toml +++ b/gel-derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gel-derive" license = "MIT/Apache-2.0" -version = "0.6.0" +version = "0.7.0" authors = ["MagicStack Inc. "] edition = "2018" description = """ diff --git a/gel-tokio/Cargo.toml b/gel-tokio/Cargo.toml index 0ec388a6..292724b3 100644 --- a/gel-tokio/Cargo.toml +++ b/gel-tokio/Cargo.toml @@ -16,7 +16,7 @@ gel-protocol = { path = "../gel-protocol", version = "0.8", features = [ "with-serde", ] } gel-errors = { path = "../gel-errors", version = "0.5" } -gel-derive = { path = "../gel-derive", version = "0.6", optional = true } +gel-derive = { path = "../gel-derive", version = "0.7", optional = true } gel-stream = { path = "../gel-stream", version = "0.1", features = ["client", "tokio", "rustls", "hickory", "keepalive"] } gel-auth = { path = "../gel-auth", version = "0.1" } tokio = { workspace = true, features = ["net", "time", "sync", "macros"] }