Skip to content

Commit

Permalink
bump phoenix-v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellam258 committed Feb 21, 2022
1 parent 831648c commit 15d8e0f
Show file tree
Hide file tree
Showing 39 changed files with 107 additions and 126 deletions.
64 changes: 32 additions & 32 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 client/evm/evm-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "0.1.0"
version = "1.0.12"

[dependencies]
ethereum-types = { version = "0.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "0.1.0"
version = "1.0.12"

[dependencies]
ethereum-types = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "0.6.0"
version = "1.0.12"

[dependencies]
ethereum-types = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc-core/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "0.1.0"
version = "1.0.12"

[dependencies]
ethereum-types = "0.12.0"
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc/debug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "0.1.0"
version = "1.0.12"

[dependencies]
futures = { version = "0.3", features = ["compat"] }
Expand Down
2 changes: 1 addition & 1 deletion client/evm/rpc/trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
license = "GPL-3.0-only"
repository = "https://github.com/Bholdus/bholdus-chain/"
version = "0.6.0"
version = "1.0.12"

[dependencies]
ethereum = { version = "0.10.0", features = ["with-codec"] }
Expand Down
6 changes: 3 additions & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = '2018'
homepage = 'https://bholdus.com'
name = 'bholdus'
repository = 'https://github.com/bholdus/bholdus-chain/'
version = '4.0.0-dev'
version = "1.0.12"

[[bin]]
name = 'bholdus'
Expand All @@ -24,8 +24,8 @@ version = '3.0.0'
futures = { version = "0.3.9", features = ["compat"] }
hex = '0.4.3'

bholdus-cli = { version = '4.0.0-dev', path = 'cli' }
bholdus-service = { version = '4.0.0-dev', path = 'service' }
bholdus-cli = { path = 'cli' }
bholdus-service = { path = 'service' }

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
homepage = "https://bholdus.com"
name = "bholdus-cli"
repository = "https://github.com/bholdus/bholdus-chain/"
version = "4.0.0-dev"
version = "1.0.12"


# [build-dependencies]
Expand All @@ -32,7 +32,7 @@ sp-runtime = { version = "4.0.0-dev", git = "https://github.com/bholdus/substrat
sp-core = { version = "4.0.0-dev", optional = true, git = "https://github.com/bholdus/substrate.git", branch = "bholdus-monthly-2021-11" }
node-inspect = { version = "0.9.0-dev", optional = true, git = "https://github.com/bholdus/substrate.git", branch = "bholdus-monthly-2021-11" }

service = { package = "bholdus-service", optional = true, version = "4.0.0-dev", path = "../service" }
service = { package = "bholdus-service", optional = true, path = "../service" }

[features]
default = ["cli"]
Expand Down
Loading

0 comments on commit 15d8e0f

Please sign in to comment.