Skip to content

Commit

Permalink
use rubbl master
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Aug 11, 2024
1 parent 48e96b7 commit a8344ce
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ serial_test = "0.9.0"
tempfile = "3.3.0"

[build-dependencies]
built = { version = "~0.7.3", default-features = false, features = ["chrono", "git2", "semver"] }
built = { version = "~0.7.3", default-features = false, features = [
"chrono",
"git2",
"semver",
] }

[[bench]]
name = "bench_misc"
Expand All @@ -94,9 +98,9 @@ harness = false

[patch.crates-io]
# for macos-arm64 support
rubbl_casatables = { git = "https://github.com/d3v-null/rubbl", branch = "casacore-3.5.0", package = "rubbl_casatables" }
rubbl_casatables = { git = "https://github.com/d3v-null/rubbl", branch = "master", package = "rubbl_casatables" }
# TODO: get rid of this once MSRV >= 1.65
dashmap = { git = "https://github.com/xacrimon/dashmap", tag = "v5.5.2" } # v5.5.3 msrv is 1.65
dashmap = { git = "https://github.com/xacrimon/dashmap", tag = "v5.5.2" } # v5.5.3 msrv is 1.65
regex = { git = "https://github.com/rust-lang/regex", tag = "regex-syntax-0.7.5" } # regex-syntax > 0.8 msrv is 1.65
# 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
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 a8344ce

Please sign in to comment.