Skip to content

Commit 4fa4530

Browse files
committed
scylla-macros: bump version to 0.3.0
1 parent e482455 commit 4fa4530

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -10,7 +10,7 @@ categories = ["database"]
1010
license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
13-
scylla-macros = { version = "0.2.2", path = "../scylla-macros" }
13+
scylla-macros = { version = "0.3.0", path = "../scylla-macros" }
1414
byteorder = "1.3.4"
1515
bytes = "1.0.1"
1616
num_enum = "0.6"

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.2.2"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "proc macros for scylla async CQL driver"
66
repository = "https://github.com/scylladb/scylla-rust-driver"

scylla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ time = ["scylla-cql/time"]
2323
full-serialization = ["chrono", "time", "secret"]
2424

2525
[dependencies]
26-
scylla-macros = { version = "0.2.2", path = "../scylla-macros" }
26+
scylla-macros = { version = "0.3.0", path = "../scylla-macros" }
2727
scylla-cql = { version = "0.0.10", path = "../scylla-cql" }
2828
byteorder = "1.3.4"
2929
bytes = "1.0.1"

0 commit comments

Comments
 (0)