Skip to content

Commit 77e6706

Browse files
committed
chore: Release
1 parent 2ad86c8 commit 77e6706

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.5.0"
9+
version = "0.5.1"
1010
authors = ["Xavier Olive <git@xoolive.org>"]
1111
homepage = "https://github.com/xoolive/jet1090"
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
@@ -16,7 +16,7 @@ deku = "0.20.2"
1616
flate2 = "1.1"
1717
futures-util = "0.3.31"
1818
hex = "0.4.3"
19-
rs1090 = { version = "0.5.0", path = "../rs1090" }
19+
rs1090 = { version = "0.5.1", path = "../rs1090" }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.148"
2222
sevenz-rust = "0.6"

crates/jet1090/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ratatui = "0.30.0"
3636
redis = { version = "1.0.2", features = ["tokio-comp"] }
3737
regex = "1.12.2"
3838
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls"] }
39-
rs1090 = { version = "0.5.0", path = "../rs1090", features = ["aircraft", "sdr"] }
39+
rs1090 = { version = "0.5.1", path = "../rs1090", features = ["aircraft", "sdr"] }
4040
serde = { version = "1.0.228", features = ["derive"] }
4141
serde_json = "1.0.148"
4242
soapysdr = { version = "0.4.5", optional = true }

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.5.0", path = "../rs1090" }
22+
rs1090 = { version = "0.5.1", path = "../rs1090" }
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_json = "1.0.148"
2525
serde-wasm-bindgen = "0.6.5"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ crate-type = ["cdylib"]
1919
hex = "0.4.3"
2020
pyo3 = "0.27.2"
2121
rayon = "1.11.0"
22-
rs1090 = { version = "0.5.0", path = "../crates/rs1090" }
22+
rs1090 = { version = "0.5.1", path = "../crates/rs1090" }
2323
serde-pickle = "1.2.0"

0 commit comments

Comments
 (0)