Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Never publish the example
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 14, 2017
1 parent e59b830 commit 0b972d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion demo-hack-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "demo-hack-impl"
version = "0.2.3"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
publish = false

[lib]
proc-macro = true
Expand Down
3 changes: 2 additions & 1 deletion demo-hack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "demo-hack"
version = "0.2.3"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
publish = false

[dependencies]
proc-macro-hack = { path = ".." }
Expand Down
3 changes: 2 additions & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "example"
version = "0.2.3"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
publish = false

[dependencies]
demo-hack = { path = "../demo-hack" }
Expand Down

0 comments on commit 0b972d0

Please sign in to comment.