Skip to content

Commit

Permalink
Fix the nightly CI workflow.
Browse files Browse the repository at this point in the history
The `toml` crate recently made a release that no longer builds
with Rust 1.65. This commit pins that crate along with a few
of its dependencies to preserve the ability of this project
to build on the "oldest supported" version of Rust.
  • Loading branch information
sp1ff committed Oct 31, 2023
1 parent db2e75c commit 4c6a74e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpdpopm/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ os_str_bytes = "2.3.1"
pin-project = "1.0.8"
regex = "1.3.6"
serde = { version = "1.0", features = ["derive"] }
serde_spanned = "=0.6.3" # Pin to preserve the ability to build with rust 1.65
serde-lexpr = "0.1.1"
toml = "=0.7.6" # Pin to preserve the ability to build with rust 1.65
toml_datetime = "=0.6.3" # Pin to preserve the ability to build with rust 1.65
toml_edit = "=0.19.12" # Pin to preserve the ability to build with rust 1.65
tokio = { version = "1.15.0", features = ["io-util", "macros", "net", "process", "rt-multi-thread", "signal", "time"] }

Expand Down

0 comments on commit 4c6a74e

Please sign in to comment.