Skip to content

Commit

Permalink
Manually updated the hotg-rune-core dependency's version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent fd66140 commit 26ba09f
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 30 deletions.
25 changes: 13 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.41"
build-info = "0.0.23"
log = "0.4.14"
paste = "1.0.5"
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
hotg-rune-runtime = { path = "../../crates/runtime", version = "^0.5.0"}
hotg-rune-wasmer-runtime = { path = "../../crates/wasmer-runtime", version = "^0.5.0", optional = true }
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.5.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy = "0.13.1"
paste = "1.0.5"
pyo3 = { version = "0.13.2", features = ["extension-module", "abi3", "abi3-py36"] }
hotg-rune-proc-blocks = { path = "../../proc-blocks/proc-blocks", version = "^0.5.0"}
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}

[[test]]
name = "python-unittest"
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ heck = "0.3.2"
log = "0.4.14"
proc-macro2 = "1.0.27"
quote = "1.0"
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.0"}
hotg-rune-syntax = { path = "../syntax", version = "^0.5.0"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/rune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ hotg-rune-codegen = { path = "../codegen", version = "^0.5.0"}
hotg-rune-runtime = { path = "../runtime", version = "^0.5.0"}
hotg-rune-syntax = { path = "../syntax", version = "^0.5.0"}
hotg-rune-wasmer-runtime = { path = "../wasmer-runtime", version = "^0.5.0"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.0"}
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.5.0", features = ["tflite"] }
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
structopt = "0.3.21"
strum = { version = "0.20.0", features = ["derive"] }
tflite = "0.9.5"
wasmparser = "0.78.2"
runecoral = { git = "https://github.com/hotg-ai/librunecoral" }
hotg-runecoral = "0.1.1"

[dev-dependencies]
assert_cmd = "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/rune-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotg-rune-core"
version = "0.5.1-dev"
version = "0.5.0"
description = "Core abstractions and types used across the Rune platform."
edition = "2018"
authors = ["The Rune Developers <developers@hotg.ai>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hound = { version = "3.4.0", optional = true }
image = { version = "0.23.14", optional = true }
log = "0.4.14"
rand = { version = "0.8.3", optional = true }
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev", features = ["std"] }
hotg-rune-core = { path = "../rune-core", version = "^0.5.0", features = ["std"] }
thiserror = "1.0.24"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme = "README.md"
anyhow = "1.0.40"
log = "0.4.14"
hotg-rune-runtime = { path = "../runtime", version = "^0.5.0"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../rune-core", version = "^0.5.0"}
wasmer = "2.0"
wasmer-types = "2.0"
wasmer-vm = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion images/runicos-base/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme = "README.md"
anyhow = "1.0.40"
log = "0.4.14"
hotg-rune-runtime = { path = "../../../crates/runtime", version = "^0.5.0", features = ["builtins"] }
hotg-rune-core = { path = "../../../crates/rune-core", version = "^0.5.1-dev", features = ["std"] }
hotg-rune-core = { path = "../../../crates/rune-core", version = "0.5.0", features = ["std"] }
serde_json = { version = "1" }
# Note: This doesn't cross-compile due to https://github.com/boncheolgu/tflite-rs/issues/49
tflite = { version = "0.9.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion images/runicos-base/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
[target.wasm32-unknown-unknown.dependencies]
dlmalloc = { version = "0.2.1", features = ["global"] }
log = "0.4.14"
hotg-rune-core = { path = "../../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../../crates/rune-core", version = "0.5.0"}
serde = { version = "1.0.126", default-features = false }
serde-json-core = { version = "0.4.0", default-features = false }
serde_json = { version = "1.0.64", features = ["alloc"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/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-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/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-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
hound = "3.4"
sonogram = {git = "https://github.com/hotg-ai/sonogram", rev = "009bc0cba44267d8a0807e43c9bb0712f0f334ea" }
nalgebra = { version = "0.26.1", default-features = false, features = ["alloc"] }
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/image-normalization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false

[dependencies]
num-traits = { version = "0.2.14", default-features = false }
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}
2 changes: 1 addition & 1 deletion proc-blocks/label/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ publish = false
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}

[dev-dependencies]
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
2 changes: 1 addition & 1 deletion proc-blocks/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.27"
quote = "1.0.9"
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev", default-features = false }
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0", default-features = false }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
syn = { version = "1.0.72", features = ["extra-traits", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/most_confident_indices/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ publish = false

[dependencies]
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
2 changes: 1 addition & 1 deletion proc-blocks/noise-filtering/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-core = { path = "../../crates/rune-core", version = "^0.5.1-dev"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0"}
libm = "0.2.1"
paste = "1.0.5"
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.0"}
2 changes: 1 addition & 1 deletion proc-blocks/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ readme = "README.md"

[dependencies]
hotg-rune-proc-block-macros = { path = "../macros", version = "^0.5.0"}
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.1-dev", default-features = false }
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.0", default-features = false }
serde = { version = "1.0.126", default-features = false, features = ["derive", "alloc"] }

0 comments on commit 26ba09f

Please sign in to comment.