Update examples
This commit is contained in:
parent
a7ad4ff05c
commit
349108dad6
@ -17,14 +17,15 @@ actix-web = "=4.0.0-beta.5"
|
||||
tera = "1.8.0"
|
||||
dotenv = "0.15"
|
||||
listenfd = "0.3.3"
|
||||
# remove `path = ""` in your own project
|
||||
sea-orm = { path = "../../", version = "^0.2.3", features = [
|
||||
"macros",
|
||||
"runtime-actix-native-tls",
|
||||
], default-features = false }
|
||||
serde = "1"
|
||||
env_logger = "0.8"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.3.0"
|
||||
features = ["macros", "runtime-actix-native-tls"]
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
default = ["sqlx-mysql"]
|
||||
sqlx-mysql = ["sea-orm/sqlx-mysql"]
|
||||
|
@ -17,14 +17,15 @@ futures-util = { version = "^0.3" }
|
||||
tera = "1.8.0"
|
||||
dotenv = "0.15"
|
||||
listenfd = "0.3.3"
|
||||
# remove `path = ""` in your own project
|
||||
sea-orm = { path = "../../", version = "^0.2.3", features = [
|
||||
"macros",
|
||||
"runtime-async-std-native-tls",
|
||||
], default-features = false }
|
||||
serde = "1"
|
||||
env_logger = "0.8"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.3.0"
|
||||
features = ["macros", "runtime-async-std-native-tls"]
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
default = ["sqlx-mysql"]
|
||||
sqlx-mysql = ["sea-orm/sqlx-mysql"]
|
||||
|
@ -22,7 +22,7 @@ serde_json = { version = "^1" }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
path = "../../" # remove this line in your own project
|
||||
version = "^0.2.3"
|
||||
version = "^0.3.0"
|
||||
features = ["macros", "runtime-tokio-native-tls"]
|
||||
default-features = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user