Skip to content

Commit d411036

Browse files
committed
expose ReportBody
1 parent 312eb93 commit d411036

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "3"
88

99
[workspace.package]
1010
authors = ["Taku Fukada <[email protected]>", "MIERUNE Inc. <[email protected]>"]
11-
version = "0.3.0"
11+
version = "0.3.1"
1212
edition = "2024"
1313
repository = "https://github.com/MIERUNE/jmaxml"
1414
license = "MIT OR Apache-2.0"

jmaxml-rs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub mod model;
22
mod parser;
33

4-
pub use model::{Control, IbHead, MeteBody, Report, SeisBody, VolcBody};
4+
pub use model::{Control, IbHead, Report, ReportBody};
55

66
pub type Result<T> = std::result::Result<T, quick_xml::de::DeError>;

0 commit comments

Comments
 (0)