Skip to content

Commit

Permalink
Bump gel-derive as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 21, 2025
1 parent b0be075 commit f2aff81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gel-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-derive"
license = "MIT/Apache-2.0"
version = "0.6.0"
version = "0.7.0"
authors = ["MagicStack Inc. <hello@magic.io>"]
edition = "2018"
description = """
Expand Down
2 changes: 1 addition & 1 deletion gel-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f2aff81

Please sign in to comment.