Skip to content

Commit ff344eb

Browse files
committed
scylla-macros: bump version to 0.5.0
1 parent 1166cc7 commit ff344eb

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.4.0", path = "../scylla-macros" }
13+
scylla-macros = { version = "0.5.0", path = "../scylla-macros" }
1414
byteorder = "1.3.4"
1515
bytes = "1.0.1"
1616
tokio = { version = "1.12", 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.4.0"
3+
version = "0.5.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
@@ -26,7 +26,7 @@ bigdecimal-04 = ["scylla-cql/bigdecimal-04"]
2626
full-serialization = ["chrono", "time", "secret", "num-bigint-03", "num-bigint-04", "bigdecimal-04"]
2727

2828
[dependencies]
29-
scylla-macros = { version = "0.4.0", path = "../scylla-macros" }
29+
scylla-macros = { version = "0.5.0", path = "../scylla-macros" }
3030
scylla-cql = { version = "0.1.0", path = "../scylla-cql" }
3131
byteorder = "1.3.4"
3232
bytes = "1.0.1"

0 commit comments

Comments
 (0)