diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-26 17:38:52 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-10-27 11:56:39 +0000 |
| commit | 1cb7bdb757d35d51a39219351d688e4631b86ff9 (patch) | |
| tree | 47716d7890993887e21e7644c253f0e91e0c7327 | |
| parent | 1e39bbf74c69f64f570d378d7cd68b314b1bae93 (diff) | |
| download | rust-1cb7bdb757d35d51a39219351d688e4631b86ff9.tar.gz rust-1cb7bdb757d35d51a39219351d688e4631b86ff9.zip | |
Update target-lexicon to 0.12.12
This adds support for loongarch and a bunch of other targets
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e8558198b94..dcb6cc57584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,9 +362,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "target-lexicon" -version = "0.12.5" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" +checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" [[package]] name = "version_check" |
