Update Rocket & Actix examples
This commit is contained in:
parent
9f77a5fc28
commit
6861802a6d
@ -18,7 +18,7 @@ tera = "1.8.0"
|
||||
dotenv = "0.15"
|
||||
listenfd = "0.3.3"
|
||||
# remove `path = ""` in your own project
|
||||
sea-orm = { path = "../../", version = "^0.2.2", features = [
|
||||
sea-orm = { path = "../../", version = "^0.2.3", features = [
|
||||
"macros",
|
||||
"runtime-async-std-native-tls",
|
||||
], default-features = false }
|
||||
|
@ -20,7 +20,7 @@ rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket.git", fe
|
||||
"tera",
|
||||
] }
|
||||
# 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" }
|
||||
|
||||
[features]
|
||||
|
Loading…
x
Reference in New Issue
Block a user