wiggle: borrow checker lives in own crate, and supports both mut/immut
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wiggle-test"
|
||||
version = "0.19.0"
|
||||
version = "0.21.0"
|
||||
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
edition = "2018"
|
||||
@@ -14,6 +14,7 @@ publish = false
|
||||
[dependencies]
|
||||
proptest = "0.10"
|
||||
wiggle = { path = "..", features = ["tracing_log"] }
|
||||
wiggle-borrow = { path = "../borrow" }
|
||||
|
||||
[dev-dependencies]
|
||||
thiserror = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user