From 8fcbc64b0ec075099c0ce53e474c6a897cf801b6 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Sun, 4 Feb 2024 12:50:36 +0100 Subject: [PATCH] chore: bump MSRV due to TOML dependency in amplify crate --- .github/workflows/build.yml | 2 +- Cargo.toml | 2 +- MANIFEST.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ab4c34..38cbe01d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ nightly, beta, stable, 1.67.0 ] + toolchain: [ nightly, beta, stable, 1.69.0 ] steps: - uses: actions/checkout@v2 - name: Install rust ${{ matrix.toolchain }} diff --git a/Cargo.toml b/Cargo.toml index 10aa8a93..52d91e44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ version = "0.11.0-beta.3" authors = ["Dr Maxim Orlovsky "] homepage = "https://github.com/LNP-BP" repository = "https://github.com/LNP-BP/client_side_validation" -rust-version = "1.67" # Due to strict encoding library (caused by GAD) +rust-version = "1.69" # Due to TOML in amplify dependency edition = "2021" license = "Apache-2.0" diff --git a/MANIFEST.yml b/MANIFEST.yml index 6ec60bd5..522e8c17 100644 --- a/MANIFEST.yml +++ b/MANIFEST.yml @@ -3,7 +3,7 @@ Type: Library Kind: Free software License: Apache-2.0 Language: Rust -Compiler: 1.66 +Compiler: 1.69 Author: Maxim Orlovsky Maintained: UBIDECO Institute, Switzerland Maintainers: