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"] }
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot puedes revisar todas las partes que podrian verse afectadas y migrar esas partes a codigo que funcione en 3.x


# Serialization
serde = { version = "1.0", features = ["derive"] }
Expand Down
Loading