Merge remote-tracking branch 'origin/codex/spacetimedb-publish-migration-jenkins'
Some checks failed
CI / verify (push) Has been cancelled

# Conflicts:
#	server-rs/crates/spacetime-module/src/migration.rs
This commit is contained in:
Codex
2026-04-29 11:35:23 +08:00
14 changed files with 411 additions and 40 deletions

View File

@@ -11,7 +11,6 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
tracing = "0.1"
uuid = { version = "1", features = ["v4"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt"] }