Skip to content

Commit

Permalink
Update rl_ball_sym
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed Sep 25, 2024
1 parent ab7c220 commit 369317c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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,14 +1,14 @@
[package]
name = "rl_ball_sym_dll"
version = "0.1.5"
version = "0.1.6"
edition = "2021"

[lib]
name = "rl_ball_sym"
crate-type = ["cdylib", "staticlib"]

[dependencies]
rl_ball_sym = { version = "4.1.2", features = ["compression"] }
rl_ball_sym = { version = "4.2.0", features = ["compression"] }

[profile.release]
codegen-units=1
Expand Down

0 comments on commit 369317c

Please sign in to comment.