aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/patch_sync/Cargo.toml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 16:01:29 +0000
commit638f040830a6972a6fdeaa23fe21cecc1ee8b2e8 (patch)
treeb0522edde1d3c5356c95eb1ee2eae3e87befa1f3 /llvm_tools/patch_sync/Cargo.toml
parent640e34c391b999535aa0adfbd0c301b350247a55 (diff)
parent178e686da38f18bbc35b0f1903c93effa94bc6b4 (diff)
downloadtoolchain-utils-android13-frc-scheduling-release.tar.gz
Snap for 8512216 from 178e686da38f18bbc35b0f1903c93effa94bc6b4 to tm-frc-scheduling-releaset_frc_sch_330443040t_frc_sch_330443010android13-frc-scheduling-release
Change-Id: I9a5736820e46c7fc5f669420a67104842a1aa8ce
Diffstat (limited to 'llvm_tools/patch_sync/Cargo.toml')
-rw-r--r--llvm_tools/patch_sync/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm_tools/patch_sync/Cargo.toml b/llvm_tools/patch_sync/Cargo.toml
index 43082627..ed33d5ca 100644
--- a/llvm_tools/patch_sync/Cargo.toml
+++ b/llvm_tools/patch_sync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "patch_sync"
-version = "0.1.0"
+version = "1.1.0"
authors = ["Jordan R Abrahams-Whitehead <ajordanr@google.com>"]
edition = "2018"
@@ -15,6 +15,7 @@ serde_json = "1.0"
sha2 = "0.9"
structopt = "0.3"
time = "0.3"
+scopeguard = "1.1.0"
[dev-dependencies]
rand = "0.8"