From 6dfc276aff458f931f079660ccf465837765f577 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 8 Jul 2024 06:51:56 -0700 Subject: [PATCH] chore: Release target-lexicon version 0.12.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96ca171..3c179d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "target-lexicon" -version = "0.12.14" +version = "0.12.15" authors = ["Dan Gohman "] description = "Targeting utilities for compilers and related tools" documentation = "https://docs.rs/target-lexicon/"