Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Jan 17, 2025
1 parent 16101ac commit 87a1187
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions examples/globals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
anyhow = "1.0"
gel-tokio = { version = "0.5.0", path="../../gel-tokio"}
gel-derive = { version = "0.5.0", path="../../gel-derive"}
gel-tokio = { version = "0.6.0", path="../../gel-tokio"}
gel-derive = { version = "0.6.0", path="../../gel-derive"}
tokio = {version="1.20", features=["macros", "rt", "rt-multi-thread"]}
env_logger = "0.11.3"
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.5.2"
version = "0.6.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = """
Expand Down
2 changes: 1 addition & 1 deletion gel-errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-errors"
license = "MIT/Apache-2.0"
version = "0.4.2"
version = "0.5.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = "Error types for Gel database client. Formerly published as gel-errors."
Expand Down
4 changes: 2 additions & 2 deletions gel-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-protocol"
license = "MIT/Apache-2.0"
version = "0.6.1"
version = "0.7.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2018"
description = """
Expand All @@ -20,7 +20,7 @@ num-bigint = {version="0.4.3", optional=true}
num-traits = {version="0.2.10", optional=true}
bigdecimal = {version="0.4.0", optional=true}
chrono = {version="0.4.23", optional=true, features=["std"], default-features=false}
gel-errors = {path = "../gel-errors", version = "0.4" }
gel-errors = {path = "../gel-errors", version = "0.5" }
bitflags = "2.4.0"
serde = {version="1.0.190", features = ["derive"], optional=true}
serde_json = {version="1", optional=true}
Expand Down
8 changes: 4 additions & 4 deletions gel-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gel-tokio"
license = "MIT/Apache-2.0"
version = "0.5.1"
version = "0.6.0"
authors = ["MagicStack Inc. <[email protected]>"]
edition = "2021"
description = """
Expand All @@ -12,11 +12,11 @@ readme = "README.md"
rust-version.workspace = true

[dependencies]
gel-protocol = { path = "../gel-protocol", version = "0.6.0", features = [
gel-protocol = { path = "../gel-protocol", version = "0.7", features = [
"with-serde",
] }
gel-errors = { path = "../gel-errors", version = "0.4" }
gel-derive = { path = "../gel-derive", version = "0.5.1", optional = true }
gel-errors = { path = "../gel-errors", version = "0.5" }
gel-derive = { path = "../gel-derive", version = "0.6", optional = true }
tokio = { version = "1.15", features = ["net", "time", "sync", "macros"] }
bytes = "1.5.0"
scram = { version = "0.7", package = "scram-2" }
Expand Down

0 comments on commit 87a1187

Please sign in to comment.