Skip to content

Commit

Permalink
fp-rpc: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed May 29, 2021
1 parent 172e9e3 commit 14596bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions primitives/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fp-rpc"
version = "2.0.0-dev"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io"]
edition = "2018"
description = "Runtime primitives for Ethereum RPC (web3) compatibility layer for Substrate."
Expand All @@ -9,7 +9,7 @@ license = "Apache-2.0"
[dependencies]
sp-core = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
sp-api = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
fp-evm = { version = "2.0.0-dev", default-features = false, path = "../../primitives/evm" }
fp-evm = { version = "2.0.0", default-features = false, path = "../../primitives/evm" }
ethereum = { version = "0.7.1", default-features = false, features = ["with-codec"] }
ethereum-types = { version = "0.11", default-features = false }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
Expand Down

0 comments on commit 14596bd

Please sign in to comment.