Skip to content

Commit dc8298d

Browse files
committed
bump rust version
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent 68a5f9e commit dc8298d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

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
2222
with:
2323
components: rustfmt, clippy
2424

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "High performance JSON parser based on a port of simdjson"
99
repository = "https://github.com/simd-lite/simd-json"
1010
readme = "README.md"
1111
documentation = "https://docs.rs/simd-json"
12-
rust-version = "1.64"
12+
rust-version = "1.76"
1313

1414
[target.'cfg(target_family = "wasm")'.dependencies]
1515
getrandom = { version = "0.3", features = ["wasm_js"] }

0 commit comments

Comments
 (0)