mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-01 00:51:25 +01:00
Remove deprecated feature from bincode dependency (#218)
This commit is contained in:
@@ -13,7 +13,7 @@ readme = "../README.md"
|
||||
description = "A bincode-based transport for tarpc services."
|
||||
|
||||
[dependencies]
|
||||
bincode = { version = "1.0", features = ["i128"] }
|
||||
bincode = "1"
|
||||
futures_legacy = { version = "0.1", package = "futures" }
|
||||
pin-utils = "0.1.0-alpha.4"
|
||||
rpc = { package = "tarpc-lib", version = "0.3", path = "../rpc", features = ["serde1"] }
|
||||
|
||||
@@ -28,7 +28,7 @@ rpc = { package = "tarpc-lib", path = "../rpc", version = "0.3" }
|
||||
futures-preview = "0.3.0-alpha.13"
|
||||
|
||||
[dev-dependencies]
|
||||
bincode = "1.0"
|
||||
bincode = "1"
|
||||
bytes = { version = "0.4", features = ["serde"] }
|
||||
humantime = "1.0"
|
||||
futures-preview = { version = "0.3.0-alpha.13", features = ["compat"] }
|
||||
|
||||
Reference in New Issue
Block a user