Skip to content

Commit ceb14cf

Browse files
committed
Even better union ergonomics
1 parent bb64ce1 commit ceb14cf

4 files changed

Lines changed: 246 additions & 150 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 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.2.1"
3+
version = "0.3.0"
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"
@@ -18,7 +18,7 @@ name = "rlbot_flatbuffers"
1818
crate-type = ["cdylib"]
1919

2020
[dependencies]
21-
pyo3 = "0.21.0-beta.0"
21+
pyo3 = "0.21.0"
2222
serde = "1.0.197"
2323
flatbuffers = { git = "https://github.com/google/flatbuffers", branch = "master" }
2424
get-size = { version = "0.1.4", features = ["derive"] }

0 commit comments

Comments
 (0)