From 0ba8b3723f01b2ff345cf555267fc7eed9bdf4b2 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Tue, 15 Oct 2024 09:38:53 +0200 Subject: [PATCH] maint: upgrade cdshealpix-rust dependency was broken on mac --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3981b52..bd25ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ name = "cdshealpix" crate-type = ["cdylib"] [dependencies] -healpix = { rev="c4f57bb4dcc2aa888617d0c4da3c1501f05892b3", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' } +healpix = { rev="5ab172b4d1d206c973f9f170b14509f4982e0090", package = "cdshealpix", git = 'https://github.com/cds-astro/cds-healpix-rust' } mapproj = "0.3.0" rayon = "1.10"