Skip to content

Commit

Permalink
Update examples sea-orm version
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Feb 7, 2022
1 parent d541f9e commit 4769a3c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/actix4_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }

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

Expand Down
2 changes: 1 addition & 1 deletion examples/actix_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }

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

Expand Down
2 changes: 1 addition & 1 deletion examples/axum_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }

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

Expand Down
2 changes: 1 addition & 1 deletion examples/poem_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dotenv = "0.15"

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

Expand Down
3 changes: 1 addition & 2 deletions examples/rocket_example/entity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ rocket = { version = "0.5.0-rc.1", features = [

[dependencies.sea-orm]
# path = "../../../" # remove this line in your own project
git = "https://github.com/SeaQL/sea-orm"
version = "^0.5.0"
version = "^0.6.0"
features = [
"macros",
"runtime-tokio-native-tls",
Expand Down

0 comments on commit 4769a3c

Please sign in to comment.