mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
build(deps): update dependencies (#1342)
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
fn main() {
|
||||
// Set thread stack size to 4 MiB for debug builds
|
||||
// Reference: https://doc.rust-lang.org/std/thread/#stack-size
|
||||
#[cfg(debug_assertions)]
|
||||
println!("cargo:rustc-env=RUST_MIN_STACK=4194304"); // 4 * 1024 * 1024 = 4 MiB
|
||||
|
||||
#[cfg(feature = "vergen")]
|
||||
router_env::vergen::generate_cargo_instructions();
|
||||
}
|
||||
Reference in New Issue
Block a user