Commit dc8298d 1 parent 68a5f9e commit dc8298d Copy full SHA for dc8298d
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v3
20
20
21
- - uses : dtolnay/rust-toolchain@1.72 # do clippy chekcs with the minimum supported version
21
+ - uses : dtolnay/rust-toolchain@1.76 # do clippy chekcs with the minimum supported version
22
22
with :
23
23
components : rustfmt, clippy
24
24
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "High performance JSON parser based on a port of simdjson"
9
9
repository = " https://github.com/simd-lite/simd-json"
10
10
readme = " README.md"
11
11
documentation = " https://docs.rs/simd-json"
12
- rust-version = " 1.64 "
12
+ rust-version = " 1.76 "
13
13
14
14
[target .'cfg(target_family = "wasm")' .dependencies ]
15
15
getrandom = { version = " 0.3" , features = [" wasm_js" ] }
You can’t perform that action at this time.
0 commit comments