Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbo committed May 30, 2024
1 parent 56f8c94 commit 4eac7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/libmem-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmem-sys"
version = "5.0.0-pre5"
version = "5.0.0-pre6"
authors = ["rdbo"]
edition = "2021"
description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)"
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/libmem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmem"
version = "5.0.0-pre5"
version = "5.0.0-pre6"
authors = ["rdbo"]
edition = "2021"
description = "Advanced Game Hacking Library (Windows/Linux/FreeBSD)"
Expand All @@ -22,4 +22,4 @@ fetch = ["libmem-sys/fetch"]

[dependencies]
bitflags = "2.5.0"
libmem-sys = { version = "5.0.0-pre5", path = "../libmem-sys", default-features = false }
libmem-sys = { version = "5.0.0-pre6", path = "../libmem-sys", default-features = false }

0 comments on commit 4eac7fa

Please sign in to comment.