Update Rocket & Actix examples

This commit is contained in:
Chris Tsang 2021-09-22 18:02:50 +08:00
parent 9f77a5fc28
commit 6861802a6d
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ tera = "1.8.0"
dotenv = "0.15" dotenv = "0.15"
listenfd = "0.3.3" listenfd = "0.3.3"
# remove `path = ""` in your own project # remove `path = ""` in your own project
sea-orm = { path = "../../", version = "^0.2.2", features = [ sea-orm = { path = "../../", version = "^0.2.3", features = [
"macros", "macros",
"runtime-async-std-native-tls", "runtime-async-std-native-tls",
], default-features = false } ], default-features = false }

View File

@ -20,7 +20,7 @@ rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", fe
"tera", "tera",
] } ] }
# remove `path = ""` in your own project # remove `path = ""` in your own project
sea-orm = { path = "../../", version = "^0.2.2", features = ["macros"], default-features = false } sea-orm = { path = "../../", version = "^0.2.3", features = ["macros"], default-features = false }
serde_json = { version = "^1" } serde_json = { version = "^1" }
[features] [features]