Skip to content

Commit 9698bb7

Browse files
committed
chore: release v0.3.3
1 parent 4fe9bfc commit 9698bb7

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
name = "sofars"
33
license = "MIT"
44
repository = "https://github.com/astro-xao/sofars"
5-
version = "0.3.2"
5+
version = "0.3.3"
66
edition = "2024"
77
description = "Pure Rust implementation of the IAU SOFA library"
88
authors = ["Huxulm <huxulm@gmail.com>"]
99
documentation = "https://docs.rs/sofars"
1010
keywords = ["astronomy", "iau", "sofa"]
1111
readme = "README.md"
12-
13-
[dependencies]

src/astro/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Astrometry
22
33
// Star-independent astrometry parameters
4+
#[derive(Debug, Clone, Copy)]
45
pub struct IauAstrom {
56
pub pmt: f64, // PM time interval (SSB, Julian years)
67
pub eb: [f64; 3], // SSB to observer (vector, au)

0 commit comments

Comments
 (0)