From 60e7cf8e948490807c5d340db1cb1d1791be5e00 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 30 Oct 2023 17:52:59 +0100 Subject: [PATCH] Bump MSRV to Rust 1.66.0 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6545f7f..74689b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - { os: macos-latest, host: '' } - { os: windows-latest, host: '-x86_64-pc-windows-msvc' } - { os: windows-latest, host: '-i686-pc-windows-msvc' } - toolchain: [1.58.0, stable, beta, nightly] + toolchain: [1.66.0, stable, beta, nightly] fail-fast: false runs-on: ${{ matrix.target.os }} diff --git a/Cargo.toml b/Cargo.toml index 2ffe284..5f73526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ name = "rkv" readme = "README.md" repository = "https://github.com/mozilla/rkv" version = "0.18.4" -rust-version = "1.58" +rust-version = "1.66" [[bin]] name = "rand" @@ -59,7 +59,7 @@ byteorder = "1" id-arena = "2.2" lazy_static = "1.1" lmdb-rkv = { version = "0.14", optional = true } -log = "0.4.4" +log = "0.4.20" ordered-float = "3.0.0" paste = "1.0.6" serde = {version = "1.0.144", features = ["derive", "rc"]}