Skip to content

Commit fdc7a1d

Browse files
committed
Fix freeze wcs version
1 parent 5ef503f commit fdc7a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fitsio-sys = "0.5.2"
1313
fitsrs = "0.2.11"
1414
ndarray = "0.15.6"
1515
rayon = "1.10.0"
16-
wcs = { version="0.3.1", git = "https://github.com/cds-astro/wcs-rs"}
16+
wcs = { version = "=0.3.1" }
1717

1818
[dev-dependencies]
1919
assert_cmd = "2.0.14"

0 commit comments

Comments
 (0)