mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
pub mod connector_auth;
|
||||
pub mod newman_runner;
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
use std::process::{exit, Command};
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
Reference in New Issue
Block a user