diff --git a/Cargo.lock b/Cargo.lock index b07252b..d71ba96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "f1-game-packet-parser" -version = "1.0.0" +version = "1.0.1" dependencies = [ "binrw", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index e9fa0be..493f609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "f1-game-packet-parser" description = "Convert binary data from F1 24, F1 23, and F1 22 UDP telemetry into organised structs." -version = "1.0.0" +version = "1.0.1" edition = "2021" rust-version = "1.78" readme = "README.md"