diff --git a/examples/actix_example/Cargo.toml b/examples/actix_example/Cargo.toml index 2c933863..72e546a3 100644 --- a/examples/actix_example/Cargo.toml +++ b/examples/actix_example/Cargo.toml @@ -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 } diff --git a/examples/rocket_example/Cargo.toml b/examples/rocket_example/Cargo.toml index dc8a1066..22dc9a6b 100644 --- a/examples/rocket_example/Cargo.toml +++ b/examples/rocket_example/Cargo.toml @@ -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]