diff --git a/Cargo.toml b/Cargo.toml index 1e4917ec9c..0b8644a0a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,6 +61,7 @@ members = ["components/*"] [profile.release] lto = true codegen-units = 1 +strip = true [profile.dev] # Disabling debug info speeds up builds a bunch, diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8b08d0a0e..b2128c65b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ stages: rustup_toolchain: stable linux-pinned: imageName: 'ubuntu-20.04' - rustup_toolchain: 1.57.0 + rustup_toolchain: 1.59.0 pool: vmImage: $(imageName) steps: