Skip to content

Commit

Permalink
Update to latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Sep 24, 2024
1 parent 2a1fad6 commit f0fee03
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 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
@@ -1,6 +1,6 @@
[package]
name = "rlbot-flatbuffers-py"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"
Expand Down
2 changes: 1 addition & 1 deletion flatbuffers-schema
Submodule flatbuffers-schema updated 1 files
+1 −1 rlbot.fbs
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
clippy::derivable_impls,
clippy::unnecessary_cast,
clippy::size_of_in_element_count,
clippy::too_long_first_doc_paragraph,
non_snake_case,
unused_imports
)]
Expand Down

0 comments on commit f0fee03

Please sign in to comment.