File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " charybdis_macros"
33rust-version = " 1.75.0"
4- version = " 0.5.0 "
4+ version = " 0.5.2 "
55edition = " 2021"
66description = " Proc macro crate for Charybdis ORM"
77repository = " https://github.com/nodecosmos/charybdis"
@@ -12,7 +12,7 @@ categories = ["database"]
1212proc-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" }
1616proc-macro2 = " 1.0.79"
1717syn = { version = " 2.0.53" , features = [" full" ] }
1818quote = " 1.0.35"
Original file line number Diff line number Diff line change 11[package ]
22name = " charybdis-migrate"
33rust-version = " 1.75.0"
4- version = " 0.5.0 "
4+ version = " 0.5.2 "
55edition = " 2021"
66description = " Automatic Migration Tool for Charybdis ORM"
77repository = " https://github.com/nodecosmos/charybdis"
88license = " MIT"
99categories = [" database" ]
1010
1111[dependencies ]
12- charybdis_parser = { version = " 0.5.0 " , path = " ../charybdis-parser" }
12+ charybdis_parser = { version = " 0.5.2 " , path = " ../charybdis-parser" }
1313scylla = " 0.12.0"
1414tokio = { version = " 1.36.0" , features = [" full" ] }
1515serde_json = " 1.0.114"
Original file line number Diff line number Diff line change 11[package ]
22name = " charybdis_parser"
33rust-version = " 1.75.0"
4- version = " 0.5.0 "
4+ version = " 0.5.2 "
55edition = " 2021"
66description = " Parser crate for Charybdis ORM"
77repository = " https://github.com/nodecosmos/charybdis"
Original file line number Diff line number Diff line change 11[package ]
22name = " charybdis"
33rust-version = " 1.75.0"
4- version = " 0.5.1 "
4+ version = " 0.5.2 "
55edition = " 2021"
66description = " High-Performance ORM for ScyllaDB"
77repository = " 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" }
1515chrono = { version = " 0.4.35" , features = [" serde" ] }
1616futures = " 0.3.30"
1717num-bigint = " 0.4.4"
You can’t perform that action at this time.
0 commit comments