diff --git a/Cargo.lock b/Cargo.lock index 919ad7d..a7dd7a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,7 +1496,7 @@ dependencies = [ [[package]] name = "meilibridge" -version = "0.1.6" +version = "0.1.7" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 99866cb..b1af86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meilibridge" -version = "0.1.6" +version = "0.1.7" edition = "2024" rust-version = "1.88" authors = ["Omkar Todkar"]