Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Make trace-time publishable. (#8568)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomusdrw authored and 5chdn committed May 9, 2018
1 parent 24838bb commit f20f9f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
error-chain = "0.11"
log = "0.3"
smallvec = "0.4"
trace-time = { path = "../util/trace-time" }
trace-time = { path = "../util/trace-time", version = "0.1" }

[dev-dependencies]
ethereum-types = "0.3"
2 changes: 2 additions & 0 deletions util/trace-time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "trace-time"
description = "Easily trace time to execute a scope."
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0"

[dependencies]
log = "0.3"

0 comments on commit f20f9f3

Please sign in to comment.