Skip to content

Commit

Permalink
Even better union ergonomics
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Mar 26, 2024
1 parent bb64ce1 commit ceb14cf
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 150 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

4 changes: 2 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.2.1"
version = "0.3.0"
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 @@ -18,7 +18,7 @@ name = "rlbot_flatbuffers"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.21.0-beta.0"
pyo3 = "0.21.0"
serde = "1.0.197"
flatbuffers = { git = "https://github.com/google/flatbuffers", branch = "master" }
get-size = { version = "0.1.4", features = ["derive"] }
Expand Down
Loading

0 comments on commit ceb14cf

Please sign in to comment.