Skip to content

Commit cfcebb9

Browse files
saschanazbadboy
authored andcommitted
Bump MSRV to Rust 1.66.0
1 parent 55a5a4d commit cfcebb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- { os: macos-latest, host: '' }
2727
- { os: windows-latest, host: '-x86_64-pc-windows-msvc' }
2828
- { os: windows-latest, host: '-i686-pc-windows-msvc' }
29-
toolchain: [1.58.0, stable, beta, nightly]
29+
toolchain: [1.66.0, stable, beta, nightly]
3030
fail-fast: false
3131

3232
runs-on: ${{ matrix.target.os }}

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "rkv"
1717
readme = "README.md"
1818
repository = "https://github.com/mozilla/rkv"
1919
version = "0.18.4"
20-
rust-version = "1.58"
20+
rust-version = "1.66"
2121

2222
[[bin]]
2323
name = "rand"
@@ -59,7 +59,7 @@ byteorder = "1"
5959
id-arena = "2.2"
6060
lazy_static = "1.1"
6161
lmdb-rkv = { version = "0.14", optional = true }
62-
log = "0.4.4"
62+
log = "0.4.20"
6363
ordered-float = "3.0.0"
6464
paste = "1.0.6"
6565
serde = {version = "1.0.144", features = ["derive", "rc"]}

0 commit comments

Comments
 (0)