Skip to content

Commit

Permalink
pin built to fix msrv 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 12, 2024
1 parent 195f8e7 commit 5059bbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,8 @@ harness = false

[patch.crates-io]
# mwalib = { git = "https://github.com/MWATelescope/mwalib", branch = "pyo3_stub_chrono_fix" }
# TODO: get rid of this once MSRV >= 1.67, [email protected]+git2 => [email protected] => rustc 1.65.0
built = { git = "https://github.com/lukaslueg/built", tag = "0.7.3" }
url = { git = "https://github.com/servo/rust-url", tag = "v2.5.2" }
# TODO: get rid of this once MSRV >= 1.70
ciborium = { git = "https://github.com/enarx/ciborium", tag = "v0.2.1" } # ciborium-ll v > 0.2.1 needs half ^2.2, half v > 2.3.x msrv is 1.70

0 comments on commit 5059bbd

Please sign in to comment.