Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Jul 19, 2024
1 parent 36d6809 commit cf38d59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wcs"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Matthieu Baumann <matthieu.baumann@astro.unistra.fr>"]
description = "Implementation of the FITS World Coordinate System (WCS)"
Expand All @@ -21,8 +21,7 @@ exclude = [
[dependencies]
mapproj = { git = "https://github.com/cds-astro/cds-mapproj-rust", branch = "main" }
enum_dispatch = "0.3.8"
#fitsrs = "0.2.10"
fitsrs = { path = "../fitsrs" }
fitsrs = "0.2.11"
quick-error = "2.0.1"
paste = "1.0.15"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit cf38d59

Please sign in to comment.