diff options
author | teor <teor@torproject.org> | 2018-08-09 15:41:57 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2018-08-10 11:23:26 +1000 |
commit | 3b1c74baa5e1b42c3271b2c74a665da6c528b106 (patch) | |
tree | 596eadc55958062631a7cf874b99e7a6bdc2b962 /changes | |
parent | c9ad16ca2a2aff63fc4814c843cd376c76e43095 (diff) | |
download | tor-3b1c74baa5e1b42c3271b2c74a665da6c528b106.tar.gz tor-3b1c74baa5e1b42c3271b2c74a665da6c528b106.zip |
Travis: Use cargo cache
Closes ticket 26952.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket26952-cargo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket26952-cargo b/changes/ticket26952-cargo new file mode 100644 index 0000000000..e1efdfcd74 --- /dev/null +++ b/changes/ticket26952-cargo @@ -0,0 +1,3 @@ + o Minor features (continuous integration, rust): + - Use cargo cache in our Travis CI configuration. + Closes ticket 26952. |