Skip to content

Commit

Permalink
Update Rocket & Actix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 22, 2021
1 parent 9f77a5f commit 6861802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/actix_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion examples/rocket_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6861802

Please sign in to comment.