diff --git a/core/Cargo.toml b/core/Cargo.toml index 31ebee7a..a7183021 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -54,13 +54,12 @@ sql2 = [] kv-fdb = ["tokio/time"] [package.metadata.docs.rs] -rustdoc-args = ["--cfg", "docsrs,surrealdb_unstable"] +rustdoc-args = ["--cfg", "docsrs"] features = [ "kv-mem", "kv-rocksdb", "http", "scripting", - "jwks", ] targets = [] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e2561d38..0ec43a5b 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -60,7 +60,7 @@ parser2 = ["surrealdb-core/experimental-parser"] kv-fdb = ["tokio/time"] [package.metadata.docs.rs] -rustdoc-args = ["--cfg", "docsrs,surrealdb_unstable"] +rustdoc-args = ["--cfg", "docsrs"] features = [ "protocol-ws", "protocol-http", @@ -70,7 +70,6 @@ features = [ "native-tls", "http", "scripting", - "jwks", ] targets = []