From 0f3aca208044eef829769722afabb0dd002e1a86 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Wed, 18 Jan 2023 10:16:05 +0530 Subject: [PATCH] bump stable rustc version to 1.65 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 0984f74..a1d4cd0 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: rust: - - 1.60.0 # STABLE + - 1.65.0 # STABLE - 1.57.0 # MSRV features: - default -- 2.49.0