mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
build: bump MSRV to 1.76.0 (#5586)
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![warn(missing_docs, missing_debug_implementations)]
|
||||
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR" ), "/", "README.md"))]
|
||||
|
||||
@ -26,8 +25,6 @@ pub mod pii;
|
||||
pub mod request;
|
||||
#[cfg(feature = "signals")]
|
||||
pub mod signals;
|
||||
#[allow(missing_docs)] // Todo: add docs
|
||||
pub mod static_cache;
|
||||
pub mod transformers;
|
||||
pub mod types;
|
||||
pub mod validation;
|
||||
|
||||
Reference in New Issue
Block a user