Skip to content

Commit 67e20ca

Browse files
committed
v0.5.2
1 parent b393f59 commit 67e20ca

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charybdis-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "charybdis_macros"
33
rust-version = "1.75.0"
4-
version = "0.5.0"
4+
version = "0.5.2"
55
edition = "2021"
66
description = "Proc macro crate for Charybdis ORM"
77
repository = "https://github.com/nodecosmos/charybdis"
@@ -12,7 +12,7 @@ categories = ["database"]
1212
proc-macro = true
1313

1414
[dependencies]
15-
charybdis_parser = { version = "0.5.0", path = "../charybdis-parser" }
15+
charybdis_parser = { version = "0.5.2", path = "../charybdis-parser" }
1616
proc-macro2 = "1.0.79"
1717
syn = { version = "2.0.53", features = ["full"] }
1818
quote = "1.0.35"

charybdis-migrate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "charybdis-migrate"
33
rust-version = "1.75.0"
4-
version = "0.5.0"
4+
version = "0.5.2"
55
edition = "2021"
66
description = "Automatic Migration Tool for Charybdis ORM"
77
repository = "https://github.com/nodecosmos/charybdis"
88
license = "MIT"
99
categories = ["database"]
1010

1111
[dependencies]
12-
charybdis_parser = { version = "0.5.0", path = "../charybdis-parser" }
12+
charybdis_parser = { version = "0.5.2", path = "../charybdis-parser" }
1313
scylla = "0.12.0"
1414
tokio = { version = "1.36.0", features = ["full"] }
1515
serde_json = "1.0.114"

charybdis-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "charybdis_parser"
33
rust-version = "1.75.0"
4-
version = "0.5.0"
4+
version = "0.5.2"
55
edition = "2021"
66
description = "Parser crate for Charybdis ORM"
77
repository = "https://github.com/nodecosmos/charybdis"

charybdis/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "charybdis"
33
rust-version = "1.75.0"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
edition = "2021"
66
description = "High-Performance ORM for ScyllaDB"
77
repository = "https://github.com/nodecosmos/charybdis"
@@ -11,7 +11,7 @@ categories = ["database"]
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
charybdis_macros = { version = "0.5.0", path = "../charybdis-macros" }
14+
charybdis_macros = { version = "0.5.2", path = "../charybdis-macros" }
1515
chrono = { version = "0.4.35", features = ["serde"] }
1616
futures = "0.3.30"
1717
num-bigint = "0.4.4"

0 commit comments

Comments
 (0)