File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ name = "rkv"
1717readme = " README.md"
1818repository = " https://github.com/mozilla/rkv"
1919version = " 0.18.4"
20- rust-version = " 1.58 "
20+ rust-version = " 1.66 "
2121
2222[[bin ]]
2323name = " rand"
@@ -59,7 +59,7 @@ byteorder = "1"
5959id-arena = " 2.2"
6060lazy_static = " 1.1"
6161lmdb-rkv = { version = " 0.14" , optional = true }
62- log = " 0.4.4 "
62+ log = " 0.4.20 "
6363ordered-float = " 3.0.0"
6464paste = " 1.0.6"
6565serde = {version = " 1.0.144" , features = [" derive" , " rc" ]}
You can’t perform that action at this time.
0 commit comments