Skip to content

Commit 3fdf02b

Browse files
committed
2.0.0-rc.37
1 parent d021aed commit 3fdf02b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "sea-orm"
1414
repository = "https://github.com/SeaQL/sea-orm"
1515
rust-version = "1.85.0"
16-
version = "2.0.0-rc.36"
16+
version = "2.0.0-rc.37"
1717

1818
[package.metadata.docs.rs]
1919
features = [
@@ -58,7 +58,7 @@ rust_decimal = { version = "1", default-features = false, features = [
5858
"std",
5959
], optional = true }
6060
sea-orm-arrow = { version = "2.0.0-rc", path = "sea-orm-arrow", default-features = false, optional = true }
61-
sea-orm-macros = { version = "~2.0.0-rc.36", path = "sea-orm-macros", default-features = false, features = [
61+
sea-orm-macros = { version = "~2.0.0-rc.37", path = "sea-orm-macros", default-features = false, features = [
6262
"async",
6363
"strum",
6464
] }

sea-orm-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
1717
name = "sea-orm-cli"
1818
repository = "https://github.com/SeaQL/sea-orm"
1919
rust-version = "1.85.0"
20-
version = "2.0.0-rc.36"
20+
version = "2.0.0-rc.37"
2121

2222
[lib]
2323
name = "sea_orm_cli"
@@ -46,7 +46,7 @@ dotenvy = { version = "0.15", default-features = false, optional = true }
4646
glob = { version = "0.3", default-features = false }
4747
indoc = "2.0.6"
4848
regex = { version = "1.11.2" }
49-
sea-orm-codegen = { version = "=2.0.0-rc.36", path = "../sea-orm-codegen", default-features = false, optional = true }
49+
sea-orm-codegen = { version = "=2.0.0-rc.37", path = "../sea-orm-codegen", default-features = false, optional = true }
5050
sea-schema = { version = "0.17.0-rc.1", default-features = false, features = [
5151
"discovery",
5252
"writer",

sea-orm-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "sea-orm-codegen"
1111
repository = "https://github.com/SeaQL/sea-orm"
1212
rust-version = "1.85.0"
13-
version = "2.0.0-rc.36"
13+
version = "2.0.0-rc.37"
1414

1515
[lib]
1616
name = "sea_orm_codegen"

sea-orm-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "sea-orm-macros"
1111
repository = "https://github.com/SeaQL/sea-orm"
1212
rust-version = "1.85.0"
13-
version = "2.0.0-rc.36"
13+
version = "2.0.0-rc.37"
1414

1515
[lib]
1616
name = "sea_orm_macros"

sea-orm-migration/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "sea-orm-migration"
1414
repository = "https://github.com/SeaQL/sea-orm"
1515
rust-version = "1.85.0"
16-
version = "2.0.0-rc.36"
16+
version = "2.0.0-rc.37"
1717

1818
[lib]
1919
name = "sea_orm_migration"
@@ -23,10 +23,10 @@ path = "src/lib.rs"
2323
async-trait = { version = "0.1", default-features = false }
2424
clap = { version = "4.3", features = ["env", "derive"], optional = true }
2525
dotenvy = { version = "0.15", default-features = false, optional = true }
26-
sea-orm = { version = "~2.0.0-rc.36", path = "../", features = [
26+
sea-orm = { version = "~2.0.0-rc.37", path = "../", features = [
2727
"schema-sync",
2828
] }
29-
sea-orm-cli = { version = "~2.0.0-rc.36", path = "../sea-orm-cli", default-features = false, optional = true }
29+
sea-orm-cli = { version = "~2.0.0-rc.37", path = "../sea-orm-cli", default-features = false, optional = true }
3030
sea-schema = { version = "0.17.0-rc", default-features = false, features = [
3131
"discovery",
3232
"writer",

sea-orm-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
name = "sea-orm-sync"
1414
repository = "https://github.com/SeaQL/sea-orm"
1515
rust-version = "1.85.0"
16-
version = "2.0.0-rc.36"
16+
version = "2.0.0-rc.37"
1717

1818
[package.metadata.docs.rs]
1919
features = [

0 commit comments

Comments
 (0)