diff --git a/Cargo.toml b/Cargo.toml index 0afb1dd..1754a80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ http = "1.1" # Database # Nota: usa kv-mem para desarrollo rápido. Para producción con persistencia, # usa kv-rocksdb después de instalar: base-devel, clang, cmake -surrealdb = { version = "1.5", features = ["kv-mem", "protocol-ws", "protocol-http"] } +surrealdb = { version = "3.0", features = ["kv-mem", "protocol-ws", "protocol-http"] } # Serialization serde = { version = "1.0", features = ["derive"] }