Skip to content

Commit

Permalink
Merge pull request #76 from thewh1teagle/feat/update-sherpa-rs-0.6.3
Browse files Browse the repository at this point in the history
bump: update sherpa-rs and sherpa-rs-sys versions to 0.6.3
  • Loading branch information
thewh1teagle authored Jan 18, 2025
2 parents 487560e + ea74e27 commit f59f4c1
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.

2 changes: 1 addition & 1 deletion crates/sherpa-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs-sys"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
authors = ["thewh1teagle"]
homepage = "https://github.com/thewh1teagle/sherpa-rs"
Expand Down
4 changes: 2 additions & 2 deletions crates/sherpa-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
eyre = "0.6.12"
hound = { version = "3.5.1" }
sherpa-rs-sys = { path = "../sherpa-rs-sys", version = "0.6.2", default-features = false }
sherpa-rs-sys = { path = "../sherpa-rs-sys", version = "0.6.3", default-features = false }
tracing = "0.1.40"

[dev-dependencies]
Expand Down

0 comments on commit f59f4c1

Please sign in to comment.