Skip to content

Commit

Permalink
update: version -> 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GoranBrkuljan committed Mar 22, 2024
1 parent 8b5389a commit 62d7a3c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.4.8"
version = "0.4.9"
edition = "2021"
description = "Proc macro crate for Charybdis ORM"
repository = "https://github.com/nodecosmos/charybdis"
Expand All @@ -11,12 +11,12 @@ license = "MIT"
proc-macro = true

[dependencies]
charybdis_parser = { version = "0.4.8", path = "../charybdis-parser" }
charybdis_parser = { version = "0.4.9", path = "../charybdis-parser" }
proc-macro2 = "1.0.79"
syn = { version = "2.0.53", features = ["full"] }
quote = "1.0.35"
darling = "0.20.8"

[dev-dependencies]
charybdis = { version = "0.4.8", path = "../charybdis" }
charybdis = { version = "0.4.9", path = "../charybdis" }
scylla = "0.12.0"
4 changes: 2 additions & 2 deletions charybdis-migrate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "charybdis-migrate"
rust-version = "1.75.0"
version = "0.4.8"
version = "0.4.9"
edition = "2021"
description = "Automatic Migration Tool for Charybdis ORM"
repository = "https://github.com/nodecosmos/charybdis"
license = "MIT"

[dependencies]
charybdis_parser = { version = "0.4.8", path = "../charybdis-parser" }
charybdis_parser = { version = "0.4.9", path = "../charybdis-parser" }
scylla = "0.12.0"
tokio = { version = "1.36.0", features = ["full"] }
serde_json = "1.0.114"
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.4.8"
version = "0.4.9"
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.4.8"
version = "0.4.9"
edition = "2021"
description = "High-Performance ORM for ScyllaDB"
repository = "https://github.com/nodecosmos/charybdis"
Expand All @@ -10,7 +10,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit 62d7a3c

Please sign in to comment.