ci: bump crate version to 1.0.1

This commit is contained in:
Maciej Pędzich 2025-02-28 23:11:27 +01:00
parent 5b593478f3
commit b20a90706f
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -52,7 +52,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "f1-game-packet-parser"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"binrw",
"bitflags",

View File

@ -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"