Skip to content

Commit

Permalink
Update to newest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Aug 22, 2024
1 parent d603db6 commit 9819a5c
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 72 deletions.
132 changes: 63 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlbot-flatbuffers-py"
version = "0.8.0"
version = "0.8.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 All @@ -22,7 +22,9 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.22.0", features = ["py-clone"] }
serde = "1.0.197"
flatbuffers = "24.3.25"
get-size = { version = "0.1.4", features = ["derive"] }
# get-size appears to be unmaintained but it's too useful here
# forked and updated deps
get-size = { git = "https://github.com/VirxEC/get-size", branch = "update", features = ["derive"] }

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion flatbuffers-schema

0 comments on commit 9819a5c

Please sign in to comment.