Skip to content

Commit 2b59348

Browse files
committed
Upgrade rust driver to 1.2
1 parent a237d4e commit 2b59348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
napi = { version = "2.16.16", default-features = false, features = ["napi4", "napi6", "async"] }
1212
napi-derive = "2.16.6"
13-
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.0.0" }
13+
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "v1.2.0" }
1414
tokio = { version = "1.34", features = ["full"] }
1515
futures = "0.3"
1616
uuid = "1"

0 commit comments

Comments
 (0)