Skip to content

Commit

Permalink
Release 0.9.0-rc14 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Nov 2, 2022
1 parent 44618d9 commit b14eef1
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 39 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions bin/subalfred/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "subalfred"
readme = "../../README.md"
repository = "https://github.com/hack-ink/subalfred"
version = "0.9.0-rc13"
version = "0.9.0-rc14"

[[bin]]
name = "subalfred"
Expand All @@ -27,8 +27,8 @@ tokio = { version = "1.21", features = ["macros", "rt-multi-thread"
tracing-subscriber = { version = "0.3" }
unescaper = { version = "0.1" }
# hack-ink
cmd-impl = { version = "0.9.0-rc13", path = "src/command/impl" }
subalfred-core = { version = "0.9.0-rc13", path = "../../lib/core", features = ["clap"] }
subhasher = { version = "0.9.0-rc13", path = "../../substrate-minimal/subhasher" }
subrpcer = { version = "0.9.0-rc13", path = "../../substrate-minimal/subrpcer" }
substorager = { version = "0.9.0-rc13", path = "../../substrate-minimal/substorager" }
cmd-impl = { version = "0.9.0-rc14", path = "src/command/impl" }
subalfred-core = { version = "0.9.0-rc14", path = "../../lib/core", features = ["clap"] }
subhasher = { version = "0.9.0-rc14", path = "../../substrate-minimal/subhasher" }
subrpcer = { version = "0.9.0-rc14", path = "../../substrate-minimal/subrpcer" }
substorager = { version = "0.9.0-rc14", path = "../../substrate-minimal/substorager" }
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-rc13"
version = "0.9.0-rc14"

[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-rc13", path = "..", features = ["debug"] }
cmd-impl = { version = "0.9.0-rc14", path = "..", features = ["debug"] }

[workspace]
exclude = []
18 changes: 9 additions & 9 deletions 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-rc13"
version = "0.9.0-rc14"

[dependencies]
# crates.io
Expand All @@ -30,11 +30,11 @@ tokio-stream = { version = "0.1" }
tokio-tungstenite = { version = "0.17", features = ["rustls-tls-native-roots"] }
tracing = { version = "0.1" }
# hack-ink
subalfred-util = { version = "0.9.0-rc13", path = "../util" }
subcryptor = { version = "0.9.0-rc13", path = "../../substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc13", path = "../../substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc13", path = "../../substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc13", path = "../../substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc13", path = "../../substrate-minimal/subruntimer", features = ["serde"] }
substorager = { version = "0.9.0-rc13", path = "../../substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc13", path = "../../substrate-minimal/subversioner", features = ["serde"] }
subalfred-util = { version = "0.9.0-rc14", path = "../util" }
subcryptor = { version = "0.9.0-rc14", path = "../../substrate-minimal/subcryptor" }
subhasher = { version = "0.9.0-rc14", path = "../../substrate-minimal/subhasher" }
submetadatan = { version = "0.9.0-rc14", path = "../../substrate-minimal/submetadatan" }
subrpcer = { version = "0.9.0-rc14", path = "../../substrate-minimal/subrpcer" }
subruntimer = { version = "0.9.0-rc14", path = "../../substrate-minimal/subruntimer", features = ["serde"] }
substorager = { version = "0.9.0-rc14", path = "../../substrate-minimal/substorager" }
subversioner = { version = "0.9.0-rc14", path = "../../substrate-minimal/subversioner", features = ["serde"] }
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-rc13"
version = "0.9.0-rc14"

[dev-dependencies]
tracing = { version = "0.1" }
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-rc13"
version = "0.9.0-rc14"

[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-rc13"
version = "0.9.0-rc14"

[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-rc13"
version = "0.9.0-rc14"

[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-rc13"
version = "0.9.0-rc14"

[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-rc13"
version = "0.9.0-rc14"

[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-rc13"
version = "0.9.0-rc14"

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

[dependencies]
# crates.io
array-bytes = { version = "4.1" }
parity-scale-codec = { version = "3.2", optional = true, features = ["derive"] }
# hack-ink
subhasher = { version = "0.9.0-rc13", path = "../subhasher" }
subhasher = { version = "0.9.0-rc14", path = "../subhasher" }

[features]
codec = [
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-rc13"
version = "0.9.0-rc14"

[dependencies]
# crates.io
Expand Down

0 comments on commit b14eef1

Please sign in to comment.