diff options
author | kjeremy <[email protected]> | 2019-10-02 15:58:15 +0100 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-10-02 15:58:15 +0100 |
commit | b4e69397600be57795930fbd37c0948ba9688098 (patch) | |
tree | e408f9e277d31e4961e7ab41acc8ec1b703b5327 /crates/ra_tools | |
parent | 79979db944fd662b7d4b495850c08ef715cd6169 (diff) |
Update pico-args
Diffstat (limited to 'crates/ra_tools')
-rw-r--r-- | crates/ra_tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml index 848ca408d..9cceacee3 100644 --- a/crates/ra_tools/Cargo.toml +++ b/crates/ra_tools/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | walkdir = "2.1.3" | 9 | walkdir = "2.1.3" |
10 | itertools = "0.8.0" | 10 | itertools = "0.8.0" |
11 | pico-args = "0.2.0" | 11 | pico-args = "0.3.0" |
12 | quote = "1.0.2" | 12 | quote = "1.0.2" |
13 | proc-macro2 = "1.0.1" | 13 | proc-macro2 = "1.0.1" |
14 | ron = "0.5.1" | 14 | ron = "0.5.1" |