commit | 47619ddc40d9bed36beb6e2f1aa3a2386d13a3e7 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Fri Jan 08 17:05:43 2021 -0800 |
committer | Jeff Vander Stoep <jeffv@google.com> | Fri Jan 15 19:02:13 2021 +0100 |
tree | 1620dbd114519448d2d614bdc23ea9422b1232f6 | |
parent | 8cf4014fd8d2440813aca63402c78195be1b33b7 [diff] [blame] |
Upgrade rust/crates/regex to 1.4.3 Test: make Change-Id: I0a2f64e0e7e81dc3e46c5c21ffa0bfbc7b1fb28f
diff --git a/examples/shootout-regex-dna.rs b/examples/shootout-regex-dna.rs index ece7ca5..4527422 100644 --- a/examples/shootout-regex-dna.rs +++ b/examples/shootout-regex-dna.rs
@@ -1,5 +1,5 @@ // The Computer Language Benchmarks Game -// http://benchmarksgame.alioth.debian.org/ +// https://benchmarksgame-team.pages.debian.net/benchmarksgame/ // // contributed by the Rust Project Developers // contributed by TeXitoi