Skip to content

Commit f780c6f

Browse files
committed
2.0.0-rc.30
1 parent 4b00106 commit f780c6f

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.29"
16+
version = "2.0.0-rc.30"
1717

1818
[package.metadata.docs.rs]
1919
features = [
@@ -55,7 +55,7 @@ pgvector = { version = "~0.4", default-features = false, optional = true }
5555
rust_decimal = { version = "1", default-features = false, features = [
5656
"std",
5757
], optional = true }
58-
sea-orm-macros = { version = "~2.0.0-rc.29", path = "sea-orm-macros", default-features = false, features = [
58+
sea-orm-macros = { version = "~2.0.0-rc.30", path = "sea-orm-macros", default-features = false, features = [
5959
"async",
6060
"strum",
6161
] }

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.29"
20+
version = "2.0.0-rc.30"
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.29", path = "../sea-orm-codegen", default-features = false, optional = true }
49+
sea-orm-codegen = { version = "=2.0.0-rc.30", 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.29"
13+
version = "2.0.0-rc.30"
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.29"
13+
version = "2.0.0-rc.30"
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.29"
16+
version = "2.0.0-rc.30"
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.29", path = "../", features = [
26+
sea-orm = { version = "~2.0.0-rc.30", path = "../", features = [
2727
"schema-sync",
2828
] }
29-
sea-orm-cli = { version = "~2.0.0-rc.29", path = "../sea-orm-cli", default-features = false, optional = true }
29+
sea-orm-cli = { version = "~2.0.0-rc.30", 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.29"
16+
version = "2.0.0-rc.30"
1717

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

0 commit comments

Comments
 (0)