Skip to content

Commit 7b9a39b

Browse files
committed
commit Cargo.lock
compilation on the previous target of 1.51 failed because there was no Cargo.lock. Newer versions of some dependencies raised their MSRV and so CI would get those versions and fail to compile the crate. This wouldn't have happened when cargo would allow specifiying rust versions, but until that's possible, Cargo.lock it is.
1 parent bfa5e80 commit 7b9a39b

File tree

2 files changed

+214
-1
lines changed

2 files changed

+214
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
target
2-
Cargo.lock
32
bench_results
43
src/main.rs
54
rls

Cargo.lock

Lines changed: 214 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)