diff --git a/.all-contributorsrc b/.all-contributorsrc index 6bd91e913d..62b4566e48 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -74,7 +74,7 @@ ] }, { - "login": "ferranbrosa", + "login": "brosaplanella", "name": "Ferran Brosa Planella", "avatar_url": "https://avatars3.githubusercontent.com/u/28443643?v=4", "profile": "https://www.brosaplanella.com", @@ -226,6 +226,25 @@ "fundingFinding" ] }, + { + "login": "cwmonroe", + "name": "cwmonroe", + "avatar_url": "https://avatars.githubusercontent.com/u/92099819?v=4", + "profile": "https://github.com/cwmonroe", + "contributions": [ + "ideas", + "fundingFinding" + ] + }, + { + "login": "gjo97", + "name": "Greg", + "avatar_url": "https://avatars.githubusercontent.com/u/18349157?v=4", + "profile": "https://github.com/gjo97", + "contributions": [ + "ideas" + ] + }, { "login": "FaradayInstitution", "name": "Faraday Institution", diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index e80f607c71..e6859293bb 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,14 +1,14 @@ { "default-registry": { "kind": "builtin", - "baseline": "e201002b4f4827d7b7b672f0c5c672a77fc3b77d" + "baseline": "042e1db92d115819bba6bffd681a174543111139" }, "registries": [ { "kind": "git", "repository": "https://github.com/pybamm-team/sundials-vcpkg-registry.git", - "packages": [ "sundials" ], - "baseline": "c19f72020d323811c5a5adf96235b961ec4ef89a" + "baseline": "3cdbafc061c4cdda2377c77c86aeb72cfcfbada6", + "packages": [ "sundials" ] } ] }