Skip to content

Commit

Permalink
commit Cargo.lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Emerentius committed Dec 2, 2023
1 parent bfa5e80 commit 7b9a39b
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
@@ -1,5 +1,4 @@
target
Cargo.lock
bench_results
src/main.rs
rls
214 changes: 214 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b9a39b

Please sign in to comment.