mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -4,6 +4,7 @@ mod openapi;
|
||||
mod openapi_v2;
|
||||
mod routes;
|
||||
|
||||
#[allow(clippy::print_stdout)] // Using a logger is not necessary here
|
||||
fn main() {
|
||||
#[cfg(feature = "v1")]
|
||||
let relative_file_path = "api-reference/openapi_spec.json";
|
||||
|
||||
Reference in New Issue
Block a user