Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Aug 31, 2024
1 parent c22ee60 commit 1c6da95
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.4"
version = "0.3.5"
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.16", features = ["color", "derive", "wrap_help"] }
deku = "0.17.0"
futures-util = "0.3.30"
hex = "0.4.3"
rs1090 = { version = "0.3.4", path = "../rs1090" }
rs1090 = { version = "0.3.5", path = "../rs1090" }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
tokio = { version = "1.39.3", 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.4", path = "../rs1090" }
rs1090 = { version = "0.3.5", path = "../rs1090" }
rusqlite = { version = "0.32.1", features = ["bundled"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
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.2"
rayon = "1.9.0"
regex = "1.10.5"
rs1090 = { version= "0.3.4", path = "../crates/rs1090" }
rs1090 = { version= "0.3.5", path = "../crates/rs1090" }
serde-pickle = "1.1.1"

0 comments on commit 1c6da95

Please sign in to comment.