Skip to content

Commit a792f9e

Browse files
committed
chore: Release
1 parent 7a80b92 commit a792f9e

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -6,7 +6,7 @@ resolver = "2"
66
license = "MIT"
77
edition = "2021"
88
readme = "readme.md"
9-
version = "0.4.3"
9+
version = "0.4.4"
1010
authors = ["Xavier Olive <git@xoolive.org>"]
1111
homepage = "https://github.com/xoolive/rs1090"
1212
documentation = "https://crates.io/crates/rs1090"

crates/decode1090/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clap = { version = "4.5.23", features = ["color", "derive", "wrap_help"] }
1515
deku = "0.18.1"
1616
futures-util = "0.3.31"
1717
hex = "0.4.3"
18-
rs1090 = { version = "0.4.3", path = "../rs1090" }
18+
rs1090 = { version = "0.4.4", path = "../rs1090" }
1919
serde = { version = "1.0.217", features = ["derive"] }
2020
serde_json = "1.0.134"
2121
tokio = { version = "1.42.0", features = ["full"] }

crates/jet1090/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ratatui = "0.29.0"
3131
redis = { version = "0.27.6", features = ["tokio-comp"] }
3232
regex = "1.11.1"
3333
reqwest = "0.12.9"
34-
rs1090 = { version = "0.4.3", path = "../rs1090" }
34+
rs1090 = { version = "0.4.4", path = "../rs1090" }
3535
rusqlite = { version = "0.32.1", features = ["bundled"] }
3636
serde = { version = "1.0.217", features = ["derive"] }
3737
serde_json = "1.0.134"

crates/rs1090-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default = ["console_error_panic_hook"]
1919
[dependencies]
2020
hex = "0.4.3"
2121
js-sys = "0.3.76"
22-
rs1090 = { version = "0.4.3", path = "../rs1090" }
22+
rs1090 = { version = "0.4.4", path = "../rs1090" }
2323
serde = { version = "1.0.217", features = ["derive"] }
2424
serde_json = "1.0.134"
2525
serde-wasm-bindgen = "0.6.5"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ hex = "0.4.3"
2626
pyo3 = "0.23.3"
2727
rayon = "1.9.0"
2828
regex = "1.11.1"
29-
rs1090 = { version= "0.4.3", path = "../crates/rs1090" }
29+
rs1090 = { version= "0.4.4", path = "../crates/rs1090" }
3030
serde-pickle = "1.2.0"

0 commit comments

Comments
 (0)