From 5355a919ce647900e3e4233bf382dc4ad8b87f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bary=C5=82a?= Date: Wed, 17 Apr 2024 11:23:44 +0200 Subject: [PATCH] Fix Rust driver package name Scylla Rust Driver crate name is scylla, not scylladb --- docs/get-started/develop-with-scylladb/install-drivers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/develop-with-scylladb/install-drivers.rst b/docs/get-started/develop-with-scylladb/install-drivers.rst index d18277f0f..2072bbbe6 100644 --- a/docs/get-started/develop-with-scylladb/install-drivers.rst +++ b/docs/get-started/develop-with-scylladb/install-drivers.rst @@ -23,7 +23,7 @@ retrieval. .. code:: - cargo add scylladb + cargo add scylla Or add the relevant version to your ``Cargo.toml`` following instructions on `crates.io `_.