Skip to content

Commit 08a1b35

Browse files
authored
Merge pull request #130 from Rust-for-Linux/dev/dep
clean up dependencies
2 parents fd7110d + f6c0a24 commit 08a1b35

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ keywords = ["safe", "pin", "init", "no-std", "rust-patterns"]
1717
categories = ["no-std", "rust-patterns", "embedded"]
1818

1919
[dependencies]
20-
paste = "1.0"
2120
pin-init-internal = { path = "./internal", version = "=0.0.6" }
2221

2322
[features]
@@ -33,8 +32,6 @@ rustc_version = "0.4"
3332
libc = "0.2"
3433
trybuild = { version = "1.0", features = ["diff"] }
3534
macrotest = "1.0"
36-
# needed for macrotest, have to enable verbatim feature to be able to format `&raw` expressions.
37-
prettyplease = { version = "0.2.37", features = ["verbatim"] }
3835

3936
[lints.rust]
4037
stable_features = "allow"

0 commit comments

Comments
 (0)