Skip to content

Commit

Permalink
feat: update crates to v0.5.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle authored Oct 25, 2024
1 parent 33a070a commit 656e14e
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.5.1-beta.0"
version = "0.5.1"
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.5.1-beta.0", default-features = false }
sherpa-rs-sys = { path = "sys", version = "0.5.1", default-features = false }
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.5.1-beta.0"
version = "0.5.1"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down

0 comments on commit 656e14e

Please sign in to comment.