-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(cargo-release) start next development iteration {{next_version}}
- Loading branch information
Michael-F-Bryan
committed
Aug 23, 2021
1 parent
e1e5e6a
commit 0ffa773
Showing
24 changed files
with
92 additions
and
92 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-native" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
edition = "2018" | ||
publish = false | ||
authors = ["The Rune Developers <[email protected]>"] | ||
|
@@ -16,10 +16,10 @@ 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.6.0"} | ||
hotg-rune-runtime = { path = "../../crates/runtime", version = "^0.6.0"} | ||
hotg-rune-wasmer-runtime = { path = "../../crates/wasmer-runtime", version = "^0.6.0", optional = true } | ||
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.6.0", default-features = false } | ||
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.6.1-dev"} | ||
hotg-rune-runtime = { path = "../../crates/runtime", version = "^0.6.1-dev"} | ||
hotg-rune-wasmer-runtime = { path = "../../crates/wasmer-runtime", version = "^0.6.1-dev", optional = true } | ||
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.6.1-dev", default-features = false } | ||
safer-ffi = { version = "0.0.6", features = ["proc_macros"] } | ||
|
||
[build-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "rune_py" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
@@ -13,15 +13,15 @@ doctest = false | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
fft = { path = "../../proc-blocks/fft", version = "^0.6.0"} | ||
image-normalization = { path = "../../proc-blocks/image-normalization", version = "^0.6.0"} | ||
noise-filtering = { path = "../../proc-blocks/noise-filtering", version = "^0.6.0"} | ||
normalize = { path = "../../proc-blocks/normalize", version = "^0.6.0"} | ||
fft = { path = "../../proc-blocks/fft", version = "^0.6.1-dev"} | ||
image-normalization = { path = "../../proc-blocks/image-normalization", version = "^0.6.1-dev"} | ||
noise-filtering = { path = "../../proc-blocks/noise-filtering", version = "^0.6.1-dev"} | ||
normalize = { path = "../../proc-blocks/normalize", version = "^0.6.1-dev"} | ||
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.6.0"} | ||
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.6.0"} | ||
hotg-rune-proc-blocks = { path = "../../proc-blocks/proc-blocks", version = "^0.6.1-dev"} | ||
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.6.1-dev"} | ||
|
||
[[test]] | ||
name = "python-unittest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-codegen" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
description = "Code generation for compiling a Runefile to WebAssembly." | ||
|
@@ -21,8 +21,8 @@ heck = "0.3.2" | |
log = "0.4.14" | ||
proc-macro2 = "1.0.27" | ||
quote = "1.0" | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.0"} | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.0"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.1-dev"} | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.1-dev"} | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
toml = "0.5.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-cli" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
edition = "2018" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
description = "A self-sufficient runtime for TinyML Containers." | ||
|
@@ -26,12 +26,12 @@ log = { version = "0.4.11" } | |
once_cell = "1.7.0" | ||
petgraph = "0.5.1" | ||
rand = "0.8.3" | ||
hotg-rune-codegen = { path = "../codegen", version = "^0.6.0"} | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.0"} | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.0"} | ||
hotg-rune-wasmer-runtime = { path = "../wasmer-runtime", version = "^0.6.0"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.0"} | ||
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.6.0", features = ["tflite"] } | ||
hotg-rune-codegen = { path = "../codegen", version = "^0.6.1-dev"} | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.1-dev"} | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.1-dev"} | ||
hotg-rune-wasmer-runtime = { path = "../wasmer-runtime", version = "^0.6.1-dev"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.1-dev"} | ||
hotg-runicos-base-runtime = { path = "../../images/runicos-base/runtime", version = "^0.6.1-dev", features = ["tflite"] } | ||
serde = { version = "1.0.125", features = ["derive"] } | ||
serde_json = "1.0.64" | ||
structopt = "0.3.21" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-core" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
description = "Core abstractions and types used across the Rune platform." | ||
edition = "2018" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-runtime" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
edition = "2018" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -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.6.0", features = ["std"] } | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.1-dev", features = ["std"] } | ||
thiserror = "1.0.24" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-syntax" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
description = "Runefile parsing and analysis." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-wasm3-runtime" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -16,8 +16,8 @@ readme = "README.md" | |
[dependencies] | ||
anyhow = "1.0.40" | ||
log = "0.4.14" | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.0"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.0"} | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.1-dev"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.1-dev"} | ||
wasm3 = "0.1.3" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hotg-rune-wasmer-runtime" | ||
version = "0.6.0" | ||
version = "0.6.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -16,8 +16,8 @@ readme = "README.md" | |
[dependencies] | ||
anyhow = "1.0.40" | ||
log = "0.4.14" | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.0"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.0"} | ||
hotg-rune-runtime = { path = "../runtime", version = "^0.6.1-dev"} | ||
hotg-rune-core = { path = "../rune-core", version = "^0.6.1-dev"} | ||
wasmer = "2.0" | ||
wasmer-types = "2.0" | ||
wasmer-vm = "2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "xtask" | ||
version = "0.1.0" | ||
version = "0.1.1-dev" | ||
authors = ["The Rune Developers <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
@@ -16,7 +16,7 @@ devx-pre-commit = "0.3.1" | |
env_logger = "0.8.3" | ||
globset = "0.4.6" | ||
log = "0.4.14" | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.0"} | ||
hotg-rune-syntax = { path = "../syntax", version = "^0.6.1-dev"} | ||
serde = { version = "1.0.124", features = ["derive"] } | ||
serde_json = "1.0.64" | ||
structopt = "0.3.21" | ||
|
Oops, something went wrong.