Skip to content

Commit

Permalink
Release v0.9.0-rc18 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier authored Nov 20, 2022
1 parent 067a4a7 commit 0c8c983
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ members = [
tokio = { version = "1.22" }
tracing = { version = "0.1" }
# hack-ink
cmd-impl = { version = "0.9.0-rc17", path = "bin/subalfred/src/command/impl" }
subalfred-core = { version = "0.9.0-rc17", path = "lib/core" }
subalfred-util = { version = "0.9.0-rc17", path = "lib/util" }
subcryptor = { version = "0.9.0-rc17", path = "substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc17", path = "substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc17", path = "substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc17", path = "substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc17", path = "substrate-minimal/subruntimer" }
subspector = { version = "0.9.0-rc17", path = "substrate-minimal/subspector" }
substorager = { version = "0.9.0-rc17", path = "substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc17", path = "substrate-minimal/subversioner" }
cmd-impl = { version = "0.9.0-rc18", path = "bin/subalfred/src/command/impl" }
subalfred-core = { version = "0.9.0-rc18", path = "lib/core" }
subalfred-util = { version = "0.9.0-rc18", path = "lib/util" }
subcryptor = { version = "0.9.0-rc18", path = "substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc18", path = "substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc18", path = "substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc18", path = "substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc18", path = "substrate-minimal/subruntimer" }
subspector = { version = "0.9.0-rc18", path = "substrate-minimal/subspector" }
substorager = { version = "0.9.0-rc18", path = "substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc18", path = "substrate-minimal/subversioner" }
2 changes: 1 addition & 1 deletion bin/subalfred/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred"
readme = "../../README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[[bin]]
name = "subalfred"
Expand Down
2 changes: 1 addition & 1 deletion bin/subalfred/src/command/impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "cmd-impl"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion bin/subalfred/src/command/impl/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/hack-ink/subalfred"
version = "0.0.0"

[dependencies]
cmd-impl = { version = "0.9.0-rc17", path = "..", features = ["debug"] }
cmd-impl = { version = "0.9.0-rc18", path = "..", features = ["debug"] }

[workspace]
exclude = []
2 changes: 1 addition & 1 deletion lib/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred-core"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion lib/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subalfred-util"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dev-dependencies]
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subcryptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subcryptor"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subgrandpa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subgrandpa"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subhasher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subhasher"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/submetadatan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "submetadatan"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subrpcer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subrpcer"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subruntimer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subruntimer"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subspector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subspector"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/substorager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "substorager"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down
2 changes: 1 addition & 1 deletion substrate-minimal/subversioner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "subversioner"
readme = "README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc17"
version = "0.9.0-rc18"

[dependencies]
# crates.io
Expand Down

0 comments on commit 0c8c983

Please sign in to comment.