Skip to content

Commit 44fe924

Browse files
committed
v0.5.0
1 parent e10c6d0 commit 44fe924

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["sys"]
33

44
[package]
55
name = "sherpa-rs"
6-
version = "0.4.1"
6+
version = "0.5.0"
77
edition = "2021"
88
authors = ["thewh1teagle"]
99
license = "MIT"
@@ -21,7 +21,7 @@ keywords = [
2121
[dependencies]
2222
eyre = "0.6.12"
2323
hound = { version = "3.5.1" }
24-
sherpa-rs-sys = { path = "sys", version = "0.4.1" }
24+
sherpa-rs-sys = { path = "sys", version = "0.5.0" }
2525
tracing = "0.1.40"
2626

2727
[dev-dependencies]

sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sherpa-rs-sys"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2021"
55
authors = ["thewh1teagle"]
66
homepage = "https://github.com/thewh1teagle/sherpa-rs"

0 commit comments

Comments
 (0)