From 32265a8506f4d185c54fe18762549c1464455982 Mon Sep 17 00:00:00 2001 From: Dave MacLeod <56599343+Dhghomon@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:55:23 +0900 Subject: [PATCH] rv JDK typo (#1088) --- src/content/doc-sdk-rust/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/doc-sdk-rust/index.mdx b/src/content/doc-sdk-rust/index.mdx index f7bb22d3c..c489ce2ef 100644 --- a/src/content/doc-sdk-rust/index.mdx +++ b/src/content/doc-sdk-rust/index.mdx @@ -36,7 +36,7 @@ import DarkRocketLogo from "@img/icon/dark/rocket.png"; The SurrealDB SDK for Rust is the primary method of interacting with SurrealDB from client-side, server-side applications, systems, APIs, embedded systems, and IOT devices. The Rust SDK has support for robust error handling and type-safe operations, using an asynchronous API for efficient concurrent database interactions. You can use the Rust SDK to interact with your SurrealDB database instances, or to run SurrealDB as an embedded database within your Rust application, with functionality for executing queries, managing data, running database functions, authenticating to the database, building user signup and authentication functionality, and subscribing to data changes with live queries. > [!IMPORTANT] -> The SDK requires Rust JDK version `1.80.1` or greater, and is available as a [crate](https://crates.io/crates/surrealdb). +> The SDK requires Rust version `1.80.1` or greater, and is available as a [crate](https://crates.io/crates/surrealdb). > [!NOTE] > The SDK works seamlessly with SurrealDB versions `v2.0.0` to , ensuring compatibility with the latest version.