Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranBrkuljan committed May 30, 2024
1 parent a47be2a commit 37d6663
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions charybdis-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "charybdis_macros"
rust-version = "1.75.0"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "Proc macro crate for Charybdis ORM"
repository = "https://github.com/nodecosmos/charybdis"
Expand All @@ -12,7 +12,7 @@ categories = ["database"]
proc-macro = true

[dependencies]
charybdis_parser = { version = "0.6.0", path = "../charybdis-parser" }
charybdis_parser = { version = "0.6.1", path = "../charybdis-parser" }
proc-macro2 = "1.0.81"
syn = { version = "2.0.60", features = ["full"] }
quote = "1.0.36"
Expand Down
4 changes: 2 additions & 2 deletions charybdis-migrate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "charybdis-migrate"
rust-version = "1.75.0"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "Automatic Migration Tool for Charybdis ORM"
repository = "https://github.com/nodecosmos/charybdis"
license = "MIT"
categories = ["database"]

[dependencies]
charybdis_parser = { version = "0.6.0", path = "../charybdis-parser" }
charybdis_parser = { version = "0.6.1", path = "../charybdis-parser" }
scylla = "0.13.0"
tokio = { version = "1.37.0", features = ["full"] }
serde_json = "1.0.116"
Expand Down
2 changes: 1 addition & 1 deletion charybdis-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "charybdis_parser"
rust-version = "1.75.0"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "Parser crate for Charybdis ORM"
repository = "https://github.com/nodecosmos/charybdis"
Expand Down
4 changes: 2 additions & 2 deletions charybdis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "charybdis"
rust-version = "1.75.0"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "High-Performance ORM for ScyllaDB"
repository = "https://github.com/nodecosmos/charybdis"
Expand All @@ -11,7 +11,7 @@ categories = ["database"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
charybdis_macros = { version = "0.6.0", path = "../charybdis-macros" }
charybdis_macros = { version = "0.6.1", path = "../charybdis-macros" }
chrono = { version = "0.4.38", features = ["serde"] }
futures = "0.3.30"
num-bigint = "0.4.4"
Expand Down

0 comments on commit 37d6663

Please sign in to comment.