Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8791c15

Browse files
remove memchr pin
1 parent e5125fe commit 8791c15

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
cargo update -p quote --precise "1.0.30" --verbose
3636
# The proc-macro2 crate switched to Rust edition 2021 starting with v1.0.66, i.e., has MSRV of 1.56
3737
cargo update -p proc-macro2 --precise "1.0.65" --verbose
38-
# The memchr crate switched to Rust edition 2021 starting with v2.6.0
39-
cargo update -p memchr --precise "2.5.0" --verbose
4038
- name: Cargo check
4139
run: cargo check --release
4240
- name: Check documentation

0 commit comments

Comments
 (0)