Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 7, 2024
1 parent c22834b commit 93bb66a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sherpa-rs"
version = "0.1.4-beta.1"
version = "0.1.4-beta.2"
edition = "2021"
authors = ["thewh1teagle"]
license = "MIT"
Expand All @@ -19,14 +19,14 @@ keywords = [
eyre = "0.6.12"
hound = "3.5.1"
log = "0.4.22"
sherpa-rs-sys = { path = "sys", version = "0.1.4-beta.1" }
sherpa-rs-sys = { path = "sys", version = "0.1.4-beta.2" }
env_logger = { version = "0.11.3", features = ["color"] }

[workspace]
members = ["sys"]

[features]
default = []
default = ["tts"]
tts = ["sherpa-rs-sys/tts"]
cuda = ["sherpa-rs-sys/cuda"]

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

0 comments on commit 93bb66a

Please sign in to comment.