Skip to content

Commit ace9c8a

Browse files
committed
scylla-macros: bump version to 1.3.1
1 parent 4068bda commit ace9c8a

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
@@ -20,7 +20,7 @@ all-features = true
2020
# Important: We use precise version of scylla-macros. This enables
2121
# us to make breaking changes in the doc(hidden) interfaces that are
2222
# used by macros.
23-
scylla-macros = { version = "=1.3.0", path = "../scylla-macros" }
23+
scylla-macros = { version = "=1.3.1", path = "../scylla-macros" }
2424
# AsyncRead trait used in read_response_frame
2525
tokio = { version = "1.40", features = ["io-util", "time"] }
2626
# FrameSlice and other parts of public API

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.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55
rust-version = "1.81"
66
description = "proc macros for the ScyllaDB async CQL driver"

0 commit comments

Comments
 (0)