Skip to content

Commit 21a7a8f

Browse files
committed
update examples
1 parent 1554a1e commit 21a7a8f

File tree

36 files changed

+37
-37
lines changed

36 files changed

+37
-37
lines changed

examples/actix_example/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features = [
2929
# "sqlx-sqlite",
3030
]
3131
path = "../../../" # remove this line in your own project
32-
version = "~2.0.0-rc.21" # sea-orm version
32+
version = "~2.0.0-rc.22" # sea-orm version
3333

3434
[dev-dependencies]
3535
actix-example-api = { path = ".", features = ["sqlite"] }

examples/actix_example/entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ serde = { version = "1", features = ["derive"] }
1414

1515
[dependencies.sea-orm]
1616
path = "../../../" # remove this line in your own project
17-
version = "~2.0.0-rc.21" # sea-orm version
17+
version = "~2.0.0-rc.22" # sea-orm version

examples/actix_example/migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ features = [
2020
"sqlx-mysql",
2121
]
2222
path = "../../../sea-orm-migration" # remove this line in your own project
23-
version = "~2.0.0-rc.21" # sea-orm-migration version
23+
version = "~2.0.0-rc.22" # sea-orm-migration version

examples/axum_example/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ features = [
3030
# "sqlx-sqlite",
3131
]
3232
path = "../../../" # remove this line in your own project
33-
version = "~2.0.0-rc.21" # sea-orm version
33+
version = "~2.0.0-rc.22" # sea-orm version
3434

3535
[dev-dependencies]
3636
axum-example-api = { path = ".", features = ["sqlite"] }

examples/axum_example/entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ serde = { version = "1", features = ["derive"] }
1414

1515
[dependencies.sea-orm]
1616
path = "../../../" # remove this line in your own project
17-
version = "~2.0.0-rc.21" # sea-orm version
17+
version = "~2.0.0-rc.22" # sea-orm version

examples/axum_example/migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ features = [
2020
"sqlx-postgres",
2121
]
2222
path = "../../../sea-orm-migration" # remove this line in your own project
23-
version = "~2.0.0-rc.21" # sea-orm-migration version
23+
version = "~2.0.0-rc.22" # sea-orm-migration version

examples/graphql_example/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ features = [
2424
"sqlx-sqlite",
2525
]
2626
path = "../../../" # remove this line in your own project
27-
version = "~2.0.0-rc.21" # sea-orm version
27+
version = "~2.0.0-rc.22" # sea-orm version

examples/graphql_example/entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ version = "7.0"
1717

1818
[dependencies.sea-orm]
1919
path = "../../../" # remove this line in your own project
20-
version = "~2.0.0-rc.21" # sea-orm version
20+
version = "~2.0.0-rc.22" # sea-orm version

examples/graphql_example/migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ features = [
2020
"sqlx-sqlite",
2121
]
2222
path = "../../../sea-orm-migration" # remove this line in your own project
23-
version = "~2.0.0-rc.21" # sea-orm-migration version
23+
version = "~2.0.0-rc.22" # sea-orm-migration version

examples/jsonrpsee_example/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ features = [
2727
# "sqlx-mysql",
2828
]
2929
path = "../../../" # remove this line in your own project
30-
version = "~2.0.0-rc.21" # sea-orm version
30+
version = "~2.0.0-rc.22" # sea-orm version

0 commit comments

Comments
 (0)