Skip to content

Commit 7785a29

Browse files
committed
ci: increase MSRV
1 parent af694ad commit 7785a29

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
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
toolchain: [ nightly, beta, stable, 1.66.0 ]
93+
toolchain: [ nightly, beta, stable, 1.69.0 ]
9494
steps:
9595
- uses: actions/checkout@v2
9696
- name: Install rust ${{ matrix.toolchain }}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default-members = [
1212
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
1313
homepage = "https://cyphernet.org"
1414
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"
15-
rust-version = "1.66" # B/c of dependency
15+
rust-version = "1.69" # B/c of amplify dependency
1616
edition = "2021"
1717
license = "Apache-2.0"
1818

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.66
6+
Compiler: 1.69
77
Author: Maxim Orlovsky
88
Maintained: Cyphernet DAO, Switzerland
99
Maintainers:

0 commit comments

Comments
 (0)