Skip to content

Commit f139f5e

Browse files
committed
chore: bump MSRV to 1.66
1 parent c3b0be6 commit f139f5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
toolchain: [ nightly, beta, stable, 1.60.0 ]
17+
toolchain: [ nightly, beta, stable, 1.66.0 ]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Install rust ${{matrix.toolchain}}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["generics", "derive", "wrap", "patterns"]
1313
categories = ["data-structures", "rust-patterns", "development-tools"]
1414
repository = "https://github.com/rust-amplify/amplify-derive"
1515
homepage = "https://github.com/rust-amplify"
16-
rust-version = "1.60.0"
16+
rust-version = "1.66.0"
1717
edition = "2021"
1818
license = "Apache-2.0"
1919
readme = "README.md"

MANIFEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Type: Library
33
Kind: Free software
44
License: Apache-2.0
55
Language: Rust
6-
Compiler: 1.60
6+
Compiler: 1.66
77
Author: Maxim Orlovsky
88
Maintained: UBIDECO Institute, Switzerland
99
Maintainers:

0 commit comments

Comments
 (0)