Skip to content

Commit

Permalink
chore: Add serde and serde_json v1 with derive to Cargo.toml in…
Browse files Browse the repository at this point in the history
… SQL migration (#17564)
  • Loading branch information
shanicky authored Jul 4, 2024
1 parent a0fba1a commit 3e7418c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/meta/model_v2/migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ normal = ["workspace-hack"]

[dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }

[dependencies.sea-orm-migration]
Expand Down

0 comments on commit 3e7418c

Please sign in to comment.