Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Sep 26, 2024
1 parent 713b972 commit aba086a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "2"
license = "MIT"
edition = "2021"
readme = "readme.md"
version = "0.3.5"
version = "0.3.6"
authors = ["Xavier Olive <git@xoolive.org>"]
homepage = "https://github.com/xoolive/rs1090"
documentation = "https://crates.io/crates/rs1090"
Expand Down
2 changes: 1 addition & 1 deletion crates/decode1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.5.18", features = ["color", "derive", "wrap_help"] }
deku = "0.18.1"
futures-util = "0.3.30"
hex = "0.4.3"
rs1090 = { version = "0.3.5", path = "../rs1090" }
rs1090 = { version = "0.3.6", path = "../rs1090" }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
tokio = { version = "1.40.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/jet1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3.30"
hex = "0.4.3"
ratatui = "0.28.1"
reqwest = "0.12.5"
rs1090 = { version = "0.3.5", path = "../rs1090" }
rs1090 = { version = "0.3.6", path = "../rs1090" }
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ hex = "0.4.3"
pyo3 = "0.22.3"
rayon = "1.9.0"
regex = "1.10.5"
rs1090 = { version= "0.3.5", path = "../crates/rs1090" }
rs1090 = { version= "0.3.6", path = "../crates/rs1090" }
serde-pickle = "1.1.1"

0 comments on commit aba086a

Please sign in to comment.