Skip to content

Commit 4769a3c

Browse files
committed
Update examples sea-orm version
1 parent d541f9e commit 4769a3c

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

examples/actix4_example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2222

2323
[dependencies.sea-orm]
2424
path = "../../" # remove this line in your own project
25-
version = "^0.5.0"
25+
version = "^0.6.0"
2626
features = ["macros", "runtime-actix-native-tls", "debug-print"]
2727
default-features = false
2828

examples/actix_example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2222

2323
[dependencies.sea-orm]
2424
path = "../../" # remove this line in your own project
25-
version = "^0.5.0"
25+
version = "^0.6.0"
2626
features = ["macros", "runtime-async-std-native-tls", "debug-print"]
2727
default-features = false
2828

examples/axum_example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
2323

2424
[dependencies.sea-orm]
2525
path = "../../" # remove this line in your own project
26-
version = "^0.5.0"
26+
version = "^0.6.0"
2727
features = ["macros", "runtime-tokio-native-tls", "debug-print"]
2828
default-features = false
2929

examples/poem_example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dotenv = "0.15"
1616

1717
[dependencies.sea-orm]
1818
path = "../../" # remove this line in your own project
19-
version = "^0.5.0"
19+
version = "^0.6.0"
2020
features = ["macros", "runtime-tokio-native-tls", "debug-print"]
2121
default-features = false
2222

examples/rocket_example/entity/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ rocket = { version = "0.5.0-rc.1", features = [
1515

1616
[dependencies.sea-orm]
1717
# path = "../../../" # remove this line in your own project
18-
git = "https://github.com/SeaQL/sea-orm"
19-
version = "^0.5.0"
18+
version = "^0.6.0"
2019
features = [
2120
"macros",
2221
"runtime-tokio-native-tls",

0 commit comments

Comments
 (0)