11[package ]
22name = " marlu"
3- version = " 0.15.1 "
3+ version = " 0.16.0 "
44authors = [
55 " Christopher H. Jordan <christopherjordan87@gmail.com>" ,
66 " Dev Null <dev.null@curtin.edu.au>" ,
@@ -57,7 +57,7 @@ fitsio = { version = "0.21.6", optional = true }
5757fitsio-sys = { version = " ~0.5" , optional = true }
5858
5959# "mwalib" feature
60- mwalib = { version = " 1.8.2 " , optional = true }
60+ mwalib = { version = " 1.8.7 " , optional = true }
6161
6262# "ms" feature
6363flate2 = { version = " 1.0.13" , optional = true }
@@ -82,7 +82,7 @@ serial_test = "0.9.0"
8282tempfile = " 3.3.0"
8383
8484[build-dependencies ]
85- built = { version = " ~ 0.7.3" , default-features = false , features = [
85+ built = { version = " = 0.7.3" , default-features = false , features = [
8686 " chrono" ,
8787 " git2" ,
8888 " semver" ,
@@ -97,9 +97,8 @@ name = "bench_io"
9797harness = false
9898
9999[patch .crates-io ]
100- # mwalib = { git = "https://github.com/MWATelescope/mwalib", branch = "pyo3_stub_chrono_fix" }
101100# TODO: get rid of this once MSRV >= 1.67, built@0.7.3+git2 => icu_normalizer@1.5.0 => rustc 1.65.0
102- built = { git = " https://github.com/lukaslueg/built" , tag = " 0.7.3" }
101+ # built = { git = "https://github.com/lukaslueg/built", tag = "0.7.3" }
103102url = { git = " https://github.com/servo/rust-url" , tag = " v2.5.2" }
104103textwrap = { git = " https://github.com/mgeisler/textwrap" , tag = " 0.16.1" }
105104flate2 = { git = " https://github.com/rust-lang/flate2-rs" , tag = " 1.0.35" }
0 commit comments