Skip to content

Commit

Permalink
Bump MSRV to Rust 1.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz authored and badboy committed Nov 1, 2023
1 parent 55a5a4d commit cfcebb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]}
Expand Down

0 comments on commit cfcebb9

Please sign in to comment.