Stabilise sql2 and jwks ()

This commit is contained in:
Rushmore Mushambi 2024-04-03 09:05:40 +02:00 committed by GitHub
parent 2fbb4f4617
commit 53b2878a93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,14 +120,6 @@ compile_error!(
"`ml2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."
);
#[cfg(all(not(surrealdb_unstable), feature = "jwks"))]
compile_error!("`jwks` depends on a currently unstable feature, `sql2`. You need to enable the `surrealdb_unstable` flag to use it.");
#[cfg(all(not(surrealdb_unstable), feature = "sql2"))]
compile_error!(
"`sql2` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."
);
#[cfg(all(not(surrealdb_unstable), feature = "kv-surrealkv"))]
compile_error!(
"`kv-surrealkv` is currently unstable. You need to enable the `surrealdb_unstable` flag to use it."