diff options
author | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2020-10-13 14:57:01 +0100 |
commit | db7813ef2c58caeef342fd007aa2d54b581b78b7 (patch) | |
tree | 9b9fec8781dafd7f0e0cd99c9942f16a9462e14c /crates/proc_macro_api | |
parent | c6605affe4efe39d9c83e97b428e1de4bdcda81d (diff) |
Bump crossbeam-channel in crates
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 75f67a22e..3863e5189 100644 --- a/crates/proc_macro_api/Cargo.toml +++ b/crates/proc_macro_api/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | serde = { version = "1.0", features = ["derive"] } | 13 | serde = { version = "1.0", features = ["derive"] } |
14 | serde_json = "1.0" | 14 | serde_json = "1.0" |
15 | log = "0.4.8" | 15 | log = "0.4.8" |
16 | crossbeam-channel = "0.4.0" | 16 | crossbeam-channel = "0.5.0" |
17 | jod-thread = "0.1.1" | 17 | jod-thread = "0.1.1" |
18 | 18 | ||
19 | tt = { path = "../tt", version = "0.0.0" } | 19 | tt = { path = "../tt", version = "0.0.0" } |