Skip to content

Commit

Permalink
Updating all the author fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent 67e28db commit 7fb4ab4
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hotg-rune-native"
version = "0.1.0"
edition = "2018"
publish = false
authors = ["The Rune Developers"]
authors = ["The Rune Developers <[email protected]>"]
license = "MIT OR Apache 2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rune_py"
version = "0.4.1-dev"
authors = ["Michael-F-Bryan <[email protected]>"]
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hotg-rune-codegen"
version = "0.4.1-dev"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
description = "Code generation for compiling a Runefile to WebAssembly."
license = "MIT OR Apache-2.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 @@ -2,7 +2,7 @@
name = "hotg-rune-cli"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
description = "A self-sufficient runtime for TinyML Containers."
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
Expand Down Expand Up @@ -53,4 +53,4 @@ build-info-build = "0.0.23"

[[bench]]
name = "rune_benchmark"
harness = false
harness = false
2 changes: 1 addition & 1 deletion crates/rune-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hotg-rune-core"
version = "0.4.1-dev"
description = "Core abstractions and types used across the Rune platform."
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
Expand Down
2 changes: 1 addition & 1 deletion crates/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hotg-rune-runtime"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hotg-rune-syntax"
version = "0.4.1-dev"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
description = "Runefile parsing and analysis."
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmer-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hotg-rune-wasmer-runtime"
version = "0.4.1-dev"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
Expand Down
2 changes: 1 addition & 1 deletion crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xtask"
version = "0.0.0"
authors = ["Michael-F-Bryan <[email protected]>"]
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false
description = "Utilities used during development."
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 @@ -2,7 +2,7 @@
name = "hotg-runicos-base-runtime"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
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 @@ -2,7 +2,7 @@
name = "hotg-runicos-base-wasm"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/fft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fft"
version = "0.4.1-dev"
authors = ["Kartik Thakore <kartik@thakore.ai"]
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hotg-rune-proc-block-macros"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/modulo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "modulo"
version = "0.4.1-dev"
authors = ["Michael-F-Bryan <[email protected]>"]
authors = ["The Rune Developers <[email protected]>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/normalize/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "normalize"
version = "0.4.1-dev"
authors = ["Kartik Thakore <kartik@thakore.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion proc-blocks/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "hotg-rune-proc-blocks"
version = "0.4.1-dev"
edition = "2018"
authors = ["The Rune Developers <admin@hotg.ai>"]
authors = ["The Rune Developers <developers@hotg.ai>"]
license = "MIT OR Apache-2.0"
homepage = "https://hotg.dev/"
repository = "https://github.com/hotg-ai/rune"
Expand Down

0 comments on commit 7fb4ab4

Please sign in to comment.