We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8711d1 + 89113de commit 9fe45f7Copy full SHA for 9fe45f7
docs/source/quickstart/create-project.md
@@ -8,7 +8,7 @@ cargo new myproject
8
In `Cargo.toml` add useful dependencies:
9
```toml
10
[dependencies]
11
-scylla = "0.4"
+scylla = "0.8"
12
tokio = { version = "1.12", features = ["full"] }
13
futures = "0.3.6"
14
uuid = "1.0"
0 commit comments