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 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)