diff --git a/Cargo.lock b/Cargo.lock index 5766ef8d..cc4d3f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,21 +77,13 @@ dependencies = [ "toml", ] -[[package]] -name = "paste" -version = "1.0.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" - [[package]] name = "pin-init" version = "0.0.10" dependencies = [ "libc", "macrotest", - "paste", "pin-init-internal", - "prettyplease", "rustc_version", "trybuild", ] diff --git a/Cargo.toml b/Cargo.toml index 2edd1efd..b67fb82a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ keywords = ["safe", "pin", "init", "no-std", "rust-patterns"] categories = ["no-std", "rust-patterns", "embedded"] [dependencies] -paste = "1.0" pin-init-internal = { path = "./internal", version = "=0.0.6" } [features] @@ -33,8 +32,6 @@ rustc_version = "0.4" libc = "0.2" trybuild = { version = "1.0", features = ["diff"] } macrotest = "1.0" -# needed for macrotest, have to enable verbatim feature to be able to format `&raw` expressions. -prettyplease = { version = "0.2.37", features = ["verbatim"] } [lints.rust] stable_features = "allow"