mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 17:54:44 +10:00
feat: default bincode 2.0.0-rc.*
This commit is contained in:
@@ -22,15 +22,15 @@ native_model_macro = { version = "0.3.30", path = "native_model_macro" }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
bincode_1_3 = { package = "bincode", version = "1.3", optional = true }
|
||||
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
|
||||
serde_json = "1.0"
|
||||
criterion = { version = "0.5.1" }
|
||||
skeptic = "0.13"
|
||||
|
||||
[features]
|
||||
default = ["serde", "bincode_1_3"]
|
||||
default = ["serde", "bincode_1_3", "bincode_2_rc"]
|
||||
|
||||
[[bench]]
|
||||
name = "overhead"
|
||||
|
||||
Reference in New Issue
Block a user