Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 19, 2024
1 parent e10c6d0 commit 44fe924
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
Expand Up @@ -3,7 +3,7 @@ members = ["sys"]

[package]
name = "sherpa-rs"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ keywords = [
[dependencies]
eyre = "0.6.12"
hound = { version = "3.5.1" }
sherpa-rs-sys = { path = "sys", version = "0.4.1" }
sherpa-rs-sys = { path = "sys", version = "0.5.0" }
tracing = "0.1.40"

[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.4.1"
version = "0.5.0"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down

0 comments on commit 44fe924

Please sign in to comment.