Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down