Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed May 27, 2024
1 parent 6a20956 commit 916d7df
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.2.1"
version = "0.2.2"
authors = ["Xavier Olive <[email protected]>"]

# Config for 'cargo dist'
Expand Down
2 changes: 1 addition & 1 deletion crates/decode1090/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "4.5.1", features = ["color", "derive", "wrap_help"] }
deku = "0.16.0"
futures-util = "0.3.30"
hex = "0.4.3"
rs1090 = { version = "0.2.1", path = "../rs1090" }
rs1090 = { version = "0.2.2", path = "../rs1090" }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
tokio = { version = "1.36.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 @@ -22,7 +22,7 @@ futures-util = "0.3.30"
hex = "0.4.3"
ratatui = "0.26.1"
reqwest = "0.12.4"
rs1090 = { version = "0.2.1", path = "../rs1090" }
rs1090 = { version = "0.2.2", path = "../rs1090" }
rusqlite = { version = "0.31.0", features = ["bundled"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ hex = "0.4.3"
pyo3 = "0.21.2"
rayon = "1.9.0"
regex = "1.10.4"
rs1090 = { version= "0.2.1", path = "../crates/rs1090" }
rs1090 = { version= "0.2.2", path = "../crates/rs1090" }
serde-pickle = "1.1.1"

0 comments on commit 916d7df

Please sign in to comment.