For future someone,
As @kmdreko pointed out, I was using diesel_migration=="2.2.0"
but was using an old syntax. My current syntax working fine as follows:
use diesel_migrations::{embed_migrations, EmbeddedMigrations, MigrationHarness};
pub const MIGRATIONS: EmbeddedMigrations = embed_migrations!("migrations");