diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 09:25:19 +0100 |
---|---|---|
committer | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 10:10:41 +0100 |
commit | a8fa5cd42e3cfa131121a46b289ee919e495316e (patch) | |
tree | d72e341c36d588cc44832ed43f769ef345274c54 /crates/proc_macro_api | |
parent | e65d48d1fb3d4d91d9dc1148a7a836ff5c9a3c87 (diff) |
Add version to deps in cargo.toml
Diffstat (limited to 'crates/proc_macro_api')
-rw-r--r-- | crates/proc_macro_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc_macro_api/Cargo.toml b/crates/proc_macro_api/Cargo.toml index a3a4c1103..cc6019c91 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml | |||
@@ -15,4 +15,4 @@ log = "0.4.8" | |||
15 | crossbeam-channel = "0.4.0" | 15 | crossbeam-channel = "0.4.0" |
16 | jod-thread = "0.1.1" | 16 | jod-thread = "0.1.1" |
17 | 17 | ||
18 | tt = { path = "../tt" } | 18 | tt = { path = "../tt", version = "0.0.0" } |