Skip to content

Commit 95508dc

Browse files
committed
Bump sea-schema
1 parent 926f54e commit 95508dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ assert_eq!(
5353

5454
* Upgrade `heck` to `0.5` https://github.com/SeaQL/sea-orm/pull/2218
5555
* Upgrade `sea-query` to `0.32.5`
56+
* Upgrade `sea-schema` to `0.16.2`
5657

5758
## 1.1.10 - 2025-04-14
5859

sea-orm-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ clap = { version = "4.3", features = ["env", "derive"], optional = true }
3838
dotenvy = { version = "0.15", default-features = false, optional = true }
3939
async-std = { version = "1.9", default-features = false, features = ["attributes", "tokio1"], optional = true }
4040
sea-orm-codegen = { version = "=1.1.10", path = "../sea-orm-codegen", default-features = false, optional = true }
41-
sea-schema = { version = "0.16.0" }
41+
sea-schema = { version = "0.16.2" }
4242
sqlx = { version = "0.8.4", default-features = false, features = ["mysql", "postgres"], optional = true }
4343
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] }
4444
tracing = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)