Skip to content

Commit

Permalink
general: Bump MSRV to 1.44
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jan 29, 2021
1 parent 3166d5b commit 5e96f37
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.43.0 # MSRV
- 1.44.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/armv7.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.43.0 # MSRV
- 1.44.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.43.0 # MSRV
- 1.44.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.43.0 # MSRV
- 1.44.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.43.0 # MSRV
- 1.44.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -4,7 +4,7 @@

## [Unreleased] - ReleaseDate

* Update MSRV to 1.43.0
* Update MSRV to 1.44.0

## [0.9.0] - 2020-12-25

Expand Down

0 comments on commit 5e96f37

Please sign in to comment.