Update examples
This commit is contained in:
parent
01f005289a
commit
49ef619619
@ -22,7 +22,7 @@ env_logger = "0.8"
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../" # remove this line in your own project
|
path = "../../" # remove this line in your own project
|
||||||
version = "^0.3.0"
|
version = "^0.4.0"
|
||||||
features = ["macros", "runtime-actix-native-tls"]
|
features = ["macros", "runtime-actix-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ env_logger = "0.8"
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../" # remove this line in your own project
|
path = "../../" # remove this line in your own project
|
||||||
version = "^0.3.0"
|
version = "^0.4.0"
|
||||||
features = ["macros", "runtime-async-std-native-tls"]
|
features = ["macros", "runtime-async-std-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ tera = "1"
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../" # remove this line in your own project
|
path = "../../" # remove this line in your own project
|
||||||
version = "^0.3.0"
|
version = "^0.4.0"
|
||||||
features = ["macros", "runtime-tokio-native-tls"]
|
features = ["macros", "runtime-tokio-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ serde_json = { version = "^1" }
|
|||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
path = "../../" # remove this line in your own project
|
path = "../../" # remove this line in your own project
|
||||||
version = "^0.3.0"
|
version = "^0.4.0"
|
||||||
features = ["macros", "runtime-tokio-native-tls"]
|
features = ["macros", "runtime-tokio-native-tls"]
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user