Skip to content

Commit

Permalink
scylla-macros: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Dec 21, 2023
1 parent e482455 commit 4fa4530
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock.msrv

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

2 changes: 1 addition & 1 deletion scylla-cql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ categories = ["database"]
license = "MIT OR Apache-2.0"

[dependencies]
scylla-macros = { version = "0.2.2", path = "../scylla-macros" }
scylla-macros = { version = "0.3.0", path = "../scylla-macros" }
byteorder = "1.3.4"
bytes = "1.0.1"
num_enum = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion scylla-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla-macros"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
description = "proc macros for scylla async CQL driver"
repository = "https://github.com/scylladb/scylla-rust-driver"
Expand Down
2 changes: 1 addition & 1 deletion scylla/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ time = ["scylla-cql/time"]
full-serialization = ["chrono", "time", "secret"]

[dependencies]
scylla-macros = { version = "0.2.2", path = "../scylla-macros" }
scylla-macros = { version = "0.3.0", path = "../scylla-macros" }
scylla-cql = { version = "0.0.10", path = "../scylla-cql" }
byteorder = "1.3.4"
bytes = "1.0.1"
Expand Down

0 comments on commit 4fa4530

Please sign in to comment.