diff options
Diffstat (limited to 'talpid-core')
| -rw-r--r-- | talpid-core/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/talpid-core/Cargo.toml b/talpid-core/Cargo.toml index 72c94c0a3e..0d987cca90 100644 --- a/talpid-core/Cargo.toml +++ b/talpid-core/Cargo.toml @@ -7,8 +7,8 @@ description = "Core backend functionality of the Mullvad VPN client" [dependencies] duct = "0.9.1" error-chain = "0.10" -jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc" } -jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc" } +jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" } +jsonrpc-macros = { git = "https://github.com/paritytech/jsonrpc", tag = "v7.1.0" } lazy_static = "0.2" log = "0.3" mktemp = "0.3" |
