Skip to content

Commit 996ff85

Browse files
committed
scylla-macros: bump version to 1.2.0
1 parent 4c7e189 commit 996ff85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
# Important: We use precise version of scylla-macros. This enables
1515
# us to make breaking changes in the doc(hidden) interfaces that are
1616
# used by macros.
17-
scylla-macros = { version = "=1.1.0", path = "../scylla-macros" }
17+
scylla-macros = { version = "=1.2.0", path = "../scylla-macros" }
1818
byteorder = "1.3.4"
1919
bytes = "1.0.1"
2020
tokio = { version = "1.40", 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 = "1.1.0"
3+
version = "1.2.0"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "proc macros for scylla async CQL driver"

0 commit comments

Comments
 (0)