Skip to content

Commit 9819a5c

Browse files
committed
Update to newest spec
1 parent d603db6 commit 9819a5c

3 files changed

Lines changed: 68 additions & 72 deletions

File tree

Cargo.lock

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

Cargo.toml

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

2729
[profile.release]
2830
lto = true

flatbuffers-schema

0 commit comments

Comments
 (0)