From c32ba0f705d2870727a1cbce2b0213807d664c17 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Tue, 26 Oct 2021 00:04:37 +0800 Subject: [PATCH] Bumped the hotg-rune-proc-blocks version number --- audio_float_conversion/Cargo.toml | 2 +- fft/Cargo.toml | 2 +- image-normalization/Cargo.toml | 2 +- label/Cargo.toml | 2 +- modulo/Cargo.toml | 2 +- most_confident_indices/Cargo.toml | 2 +- noise-filtering/Cargo.toml | 2 +- normalize/Cargo.toml | 2 +- parse/Cargo.toml | 2 +- utf8_decode/Cargo.toml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/audio_float_conversion/Cargo.toml b/audio_float_conversion/Cargo.toml index 0463359646c..a542dd9a430 100644 --- a/audio_float_conversion/Cargo.toml +++ b/audio_float_conversion/Cargo.toml @@ -7,7 +7,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" [dev-dependencies] pretty_assertions = "0.7.2" diff --git a/fft/Cargo.toml b/fft/Cargo.toml index ebb5b36407c..c658da67287 100644 --- a/fft/Cargo.toml +++ b/fft/Cargo.toml @@ -8,7 +8,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" hound = "3.4" libm = "0.2.1" # See https://github.com/hotg-ai/rune/pull/107#issuecomment-825806000 diff --git a/image-normalization/Cargo.toml b/image-normalization/Cargo.toml index b364eaa838d..9add5e24c65 100644 --- a/image-normalization/Cargo.toml +++ b/image-normalization/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] num-traits = { version = "0.2.14", default-features = false } -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" diff --git a/label/Cargo.toml b/label/Cargo.toml index 5d657bc8f77..1c06a13a434 100644 --- a/label/Cargo.toml +++ b/label/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] libm = {version = "0.2.1", default-features = false} -hotg-rune-proc-blocks = "^0.9.2" +hotg-rune-proc-blocks = "^0.10.0" diff --git a/modulo/Cargo.toml b/modulo/Cargo.toml index 0fb1914d9a2..b44130c6408 100644 --- a/modulo/Cargo.toml +++ b/modulo/Cargo.toml @@ -9,4 +9,4 @@ publish = false [dependencies] num-traits = { version = "0.2.14", default-features = false } -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" diff --git a/most_confident_indices/Cargo.toml b/most_confident_indices/Cargo.toml index f80c04bbf00..ddcfba7763d 100644 --- a/most_confident_indices/Cargo.toml +++ b/most_confident_indices/Cargo.toml @@ -7,4 +7,4 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" diff --git a/noise-filtering/Cargo.toml b/noise-filtering/Cargo.toml index 04c54ed1276..c8a9c3c9961 100644 --- a/noise-filtering/Cargo.toml +++ b/noise-filtering/Cargo.toml @@ -7,6 +7,6 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" libm = "0.2.1" paste = "1.0.5" diff --git a/normalize/Cargo.toml b/normalize/Cargo.toml index 7309f5e0303..c682a51869c 100644 --- a/normalize/Cargo.toml +++ b/normalize/Cargo.toml @@ -8,4 +8,4 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.0" +hotg-rune-proc-blocks = "^0.10.0" diff --git a/parse/Cargo.toml b/parse/Cargo.toml index eff27075e83..8d4185f2a4f 100644 --- a/parse/Cargo.toml +++ b/parse/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.2" \ No newline at end of file +hotg-rune-proc-blocks = "^0.10.0" diff --git a/utf8_decode/Cargo.toml b/utf8_decode/Cargo.toml index 489f20f55bb..011c9007bd0 100644 --- a/utf8_decode/Cargo.toml +++ b/utf8_decode/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hotg-rune-proc-blocks = "^0.9.2" \ No newline at end of file +hotg-rune-proc-blocks = "^0.10.0"