From 8ab5899bc0bea9724a8bd49a36632a9da611b268 Mon Sep 17 00:00:00 2001 From: Jou Ho <43765840+jouho@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:21:49 -0800 Subject: [PATCH 1/2] upgrade cmake version to 3.9 (#4933) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8dfaa4e2d80..f19e25d1440 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.0) +cmake_minimum_required (VERSION 3.9) project (s2n C) if(POLICY CMP0077) From 0b6ac868ac95d13d83e07dc93112966d429a5e32 Mon Sep 17 00:00:00 2001 From: Carol Yeh Date: Tue, 26 Nov 2024 12:27:58 -0800 Subject: [PATCH 2/2] chore: add new team member (#4939) --- .github/teams.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/teams.yml b/.github/teams.yml index 086ae3ae9e5..b19ff8f12d4 100644 --- a/.github/teams.yml +++ b/.github/teams.yml @@ -9,3 +9,4 @@ s2n-core: - '@jmayclin' - '@jouho' - '@boquan-fang' + - '@CarolYeh910' \ No newline at end of file