Skip to content

Commit

Permalink
0.1.5-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 10, 2024
1 parent f8dc2d4 commit 3574380
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 = "sherpa-rs"
version = "0.1.5-beta.3"
version = "0.1.5-beta.4"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -19,7 +19,7 @@ keywords = [
eyre = "0.6.12"
hound = "3.5.1"
log = "0.4.22"
sherpa-rs-sys = { path = "sys", version = "0.1.5-beta.3" }
sherpa-rs-sys = { path = "sys", version = "0.1.5-beta.4" }
env_logger = { version = "0.11.3", features = ["color"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs-sys"
version = "0.1.5-beta.3"
version = "0.1.5-beta.4"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down

0 comments on commit 3574380

Please sign in to comment.