Update examples

This commit is contained in:
Chris Tsang 2021-11-19 23:29:15 +08:00
parent 01f005289a
commit 49ef619619
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ env_logger = "0.8"
[dependencies.sea-orm]
path = "../../" # remove this line in your own project
version = "^0.3.0"
version = "^0.4.0"
features = ["macros", "runtime-actix-native-tls"]
default-features = false

View File

@ -22,7 +22,7 @@ env_logger = "0.8"
[dependencies.sea-orm]
path = "../../" # remove this line in your own project
version = "^0.3.0"
version = "^0.4.0"
features = ["macros", "runtime-async-std-native-tls"]
default-features = false

View File

@ -23,7 +23,7 @@ tera = "1"
[dependencies.sea-orm]
path = "../../" # remove this line in your own project
version = "^0.3.0"
version = "^0.4.0"
features = ["macros", "runtime-tokio-native-tls"]
default-features = false

View File

@ -22,7 +22,7 @@ serde_json = { version = "^1" }
[dependencies.sea-orm]
path = "../../" # remove this line in your own project
version = "^0.3.0"
version = "^0.4.0"
features = ["macros", "runtime-tokio-native-tls"]
default-features = false