From c0375c0a37d3de9c8f71d512ee8e96a677fa9717 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 16 Oct 2024 10:54:42 -0700 Subject: [PATCH] chore(deps): Downgrade smp to 0.16.1 (#21522) Latest compatible version Signed-off-by: Jesse Szwedko --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index a91985bf362ec..3343c82380fc5 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -225,7 +225,7 @@ jobs: - name: Set SMP version id: experimental-meta run: | - export SMP_CRATE_VERSION="0.18.0" + export SMP_CRATE_VERSION="0.16.1" echo "smp crate version: ${SMP_CRATE_VERSION}" echo "SMP_CRATE_VERSION=${SMP_CRATE_VERSION}" >> $GITHUB_OUTPUT