diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a8bd40489af..59b0aa75cf2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -113,7 +113,7 @@ jobs: strategy: matrix: toolchain: - - 1.45.0 # MSRV + - 1.49.0 # MSRV - stable steps: diff --git a/Makefile.toml b/Makefile.toml index 64f301a617d..898ef912a76 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -36,7 +36,7 @@ run_task = { name = ["lint-flow"], fork = true } category = "Testing" description = "Run all tests" dependencies = ["tests-setup"] -env = { CARGO_MAKE_WORKSPACE_SKIP_MEMBERS = ["**/examples/*"] } +env = { CARGO_MAKE_WORKSPACE_SKIP_MEMBERS = ["**/examples/*", "**/packages/changelog"] } run_task = { name = ["test-flow", "doc-test-flow"], fork = true } [tasks.benchmarks] diff --git a/README.md b/README.md index 1066cd67d4e..2badcc9184c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - +