Skip to content

Commit

Permalink
Remove extraneous dependencies, patch version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-austin committed Jan 13, 2020
1 parent 422a6ba commit b06f25d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"

[dependencies]
ifmt-impl = { version = "0.3", path = "impl" }
proc-macro-hack = "0.5.10"
proc-macro-hack = "0.5"

[workspace]
members = ["demo", "impl"]
1 change: 0 additions & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ publish = false

[dependencies]
ifmt = { version = "0.3.0", path = "../" }
lazy_static = "1.4.0"
1 change: 0 additions & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ proc-macro = true
syn = { version = "1.0", features = ["full", "extra-traits"]}
regex = "1.1"
lazy_static = "1.4"
proc-macro2 = "1.0.7"
quote = "1.0"
proc-macro-hack = "0.5"
1 change: 0 additions & 1 deletion impl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
extern crate proc_macro;
extern crate proc_macro2;
extern crate regex;
#[macro_use]
extern crate lazy_static;
Expand Down

0 comments on commit b06f25d

Please sign in to comment.