aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-08-19 13:08:36 +0100
committerAleksey Kladov <[email protected]>2019-08-19 13:08:36 +0100
commit58e9d7ef6fae66d90db276c079c47fa74bc1ca7f (patch)
treedaad4fcf43fef3b46b0637993f6db6597ec01afa /Cargo.lock
parent8704a74cd5d02ed4dfe897c12186af1c3ac697fa (diff)
replace heck with just ascii transformation
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 071fbf147..3a6f0cc82 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1290,7 +1290,6 @@ name = "ra_tools"
1290version = "0.1.0" 1290version = "0.1.0"
1291dependencies = [ 1291dependencies = [
1292 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", 1292 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1293 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1294 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", 1293 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1295 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1294 "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1296 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", 1295 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",