diff --git a/Cargo.lock b/Cargo.lock index 81ab3fc..ff78b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "sherpa-rs" -version = "0.4.1" +version = "0.5.0" dependencies = [ "clap", "eyre", @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "sherpa-rs-sys" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bindgen", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 4e9357a..fc83982 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["sys"] [package] name = "sherpa-rs" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = ["thewh1teagle"] license = "MIT" @@ -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] diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 17ea162..06d3e6c 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -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"