Skip to content

Commit 5553661

Browse files
committed
scylla-macros: bump version to 0.7.0
1 parent 98fc02a commit 5553661

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock.msrv

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-cql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["database"]
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
scylla-macros = { version = "0.6.0", path = "../scylla-macros" }
14+
scylla-macros = { version = "0.7.0", path = "../scylla-macros" }
1515
byteorder = "1.3.4"
1616
bytes = "1.0.1"
1717
tokio = { version = "1.34", features = ["io-util", "time"] }

scylla-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-macros"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "proc macros for scylla async CQL driver"

scylla/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ full-serialization = [
4141
]
4242

4343
[dependencies]
44-
scylla-macros = { version = "0.6.0", path = "../scylla-macros" }
44+
scylla-macros = { version = "0.7.0", path = "../scylla-macros" }
4545
scylla-cql = { version = "0.3.0", path = "../scylla-cql" }
4646
byteorder = "1.3.4"
4747
bytes = "1.0.1"
@@ -84,7 +84,7 @@ num-bigint-04 = { package = "num-bigint", version = "0.4" }
8484
bigdecimal-04 = { package = "bigdecimal", version = "0.4" }
8585
scylla-proxy = { version = "0.0.3", path = "../scylla-proxy" }
8686
ntest = "0.9.3"
87-
criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0
87+
criterion = "0.4" # Note: v0.5 needs at least rust 1.70.0
8888
tokio = { version = "1.34", features = ["test-util"] }
8989
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
9090
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)