diff --git a/examples/rocket_example/entity/Cargo.toml b/examples/rocket_example/entity/Cargo.toml index b2a52d33..9d95b5a6 100644 --- a/examples/rocket_example/entity/Cargo.toml +++ b/examples/rocket_example/entity/Cargo.toml @@ -16,7 +16,6 @@ rocket = { version = "0.5.0-rc.1", features = [ [dependencies.sea-orm] # path = "../../../" # remove this line in your own project git = "https://github.com/SeaQL/sea-orm" -branch = "migration" version = "^0.5.0" features = [ "macros",