Skip to content

Commit c6feab4

Browse files
committed
chore: Update misc
1 parent db0ee57 commit c6feab4

File tree

8 files changed

+310
-58
lines changed

8 files changed

+310
-58
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ members = [
33
"jmaxml-rs",
44
"jmaxml-wasm",
55
]
6-
resolver = "2"
6+
resolver = "3"
77

88
[workspace.package]
9-
authors = ["Taku Fukada <[email protected]>"]
9+
authors = ["Taku Fukada <[email protected]>", "MIERUNE Inc. <[email protected]>"]
1010
version = "0.1.10"
1111
edition = "2024"
12-
repository = "https://github.com/ciscorn/jmaxml"
12+
repository = "https://github.com/MIERUNE/jmaxml"
1313
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jmaxml
22

3-
Work in Progress
3+
[![codecov](https://codecov.io/gh/MIERUNE/jmaxml/graph/badge.svg?token=6B5BdIgBeG)](https://codecov.io/gh/MIERUNE/jmaxml)
44

55
[気象庁防災情報XMLフォーマット](https://xml.kishou.go.jp/)の XML 電文を型付きで読むためのライブラリです。気象庁が提供する XML スキーマをもとにコード生成で作られています。
66

@@ -32,5 +32,4 @@ make update
3232

3333
## Author
3434

35-
- 2021- Taku Fukada ([@ciscorn](https://github.com/ciscorn))
36-
35+
- Taku Fukada ([@ciscorn](https://github.com/ciscorn))

0 commit comments

Comments
 (0)