Skip to content

Commit

Permalink
Pin home to 0.5.9
Browse files Browse the repository at this point in the history
This works around the home MSRV bump until a long term solution is
available.

See discussion at:

lalrpop#1015
Stebalien/term#123
rust-lang/cargo#13270
  • Loading branch information
dburgener committed Dec 17, 2024
1 parent 1e72fd6 commit 3d52c89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions lalrpop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ doctest = false
ascii-canvas = { version = "4.0", default-features = false }
bit-set = { version = "0.8", default-features = false }
ena = { version = "0.14", default-features = false }
# 5.11 is pulled in as a transitive dependency from term which depends on >0.5.5.
# The MSRV in 5.11 was bumped to 1.81. Pin this to avoid bumping our MSRV for
# now. This can be dropped once our MSRV and the version of home pulled in by
# term align.
home = { version = "=0.5.9", default-features = false }
itertools = { version = "0.13", default-features = false, features = [
"use_std",
] }
Expand Down

0 comments on commit 3d52c89

Please sign in to comment.