Skip to content

Commit f0fee03

Browse files
committed
Update to latest spec
1 parent 2a1fad6 commit f0fee03

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlbot-flatbuffers-py"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
66
repository = "https://github.com/VirxEC/rlbot_flatbuffers_py"

flatbuffers-schema

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
clippy::derivable_impls,
55
clippy::unnecessary_cast,
66
clippy::size_of_in_element_count,
7+
clippy::too_long_first_doc_paragraph,
78
non_snake_case,
89
unused_imports
910
)]

0 commit comments

Comments
 (0)