update examples
This commit is contained in:
parent
e617599d92
commit
85a829924c
@ -25,7 +25,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-async-std-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-async-std-native-tls",
|
||||
|
@ -25,7 +25,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-actix-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-actix-native-tls",
|
||||
|
@ -26,7 +26,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-tokio-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -19,7 +19,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"runtime-tokio-native-tls",
|
||||
# "sqlx-postgres",
|
||||
|
@ -16,4 +16,4 @@ version = "^4.0.6"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -14,7 +14,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -23,7 +23,7 @@ simplelog = "*"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-tokio-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -19,7 +19,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-tokio-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -29,7 +29,7 @@ path = "../../sea-orm-rocket/lib" # remove this line in your own project and use
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"sqlx-postgres",
|
||||
|
@ -15,4 +15,4 @@ rocket = { version = "0.5.0-rc.1", features = [
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -14,7 +14,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -19,7 +19,7 @@ migration = { path = "migration" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-tokio-native-tls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-native-tls",
|
||||
|
@ -19,7 +19,7 @@ serde = "1.0"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
features = [
|
||||
"debug-print",
|
||||
"runtime-tokio-rustls",
|
||||
|
@ -13,4 +13,4 @@ serde = { version = "1", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../../" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm version
|
||||
version = "^0.9.2" # sea-orm version
|
||||
|
@ -13,7 +13,7 @@ async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
path = "../../../sea-orm-migration" # remove this line in your own project
|
||||
version = "^0.9.1" # sea-orm-migration version
|
||||
version = "^0.9.2" # sea-orm-migration version
|
||||
features = [
|
||||
# Enable following runtime and db backend features if you want to run migration via CLI
|
||||
# "runtime-tokio-rustls",
|
||||
|
Loading…
x
Reference in New Issue
Block a user