Skip to content

Commit 3663a51

Browse files
committed
fmt
1 parent f480075 commit 3663a51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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"
1414
repository = "https://github.com/SeaQL/sea-orm"
1515
rust-version = "1.85.0"
16-
version = "2.0.0-rc.22"
16+
version = "2.0.0-rc.22"
1717

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

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.22"
13+
version = "2.0.0-rc.22"
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.22"
13+
version = "2.0.0-rc.22"
1414

1515
[lib]
1616
name = "sea_orm_macros"

sea-orm-migration/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-migration"
1414
repository = "https://github.com/SeaQL/sea-orm"
1515
rust-version = "1.85.0"
16-
version = "2.0.0-rc.22"
16+
version = "2.0.0-rc.22"
1717

1818
[lib]
1919
name = "sea_orm_migration"

0 commit comments

Comments
 (0)