Skip to content

Commit

Permalink
Merge pull request #4 from hotg-ai/bump-versions
Browse files Browse the repository at this point in the history
Bumped the hotg-rune-proc-blocks version number
  • Loading branch information
Michael Bryan authored Oct 25, 2021
2 parents 98ac1e3 + c32ba0f commit b4a2075
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion audio_float_conversion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion fft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion image-normalization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion label/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion modulo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion most_confident_indices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion noise-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion normalize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
hotg-rune-proc-blocks = "^0.10.0"
2 changes: 1 addition & 1 deletion utf8_decode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
hotg-rune-proc-blocks = "^0.10.0"

0 comments on commit b4a2075

Please sign in to comment.