Skip to content

Commit 89113de

Browse files
committed
docs: Updated scylla dep version
1 parent b8711d1 commit 89113de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/quickstart/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cargo new myproject
88
In `Cargo.toml` add useful dependencies:
99
```toml
1010
[dependencies]
11-
scylla = "0.4"
11+
scylla = "0.8"
1212
tokio = { version = "1.12", features = ["full"] }
1313
futures = "0.3.6"
1414
uuid = "1.0"

0 commit comments

Comments
 (0)