From 4735a0b84085496b33d25037d2ec33eaa19f988b Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Mon, 19 Aug 2024 08:49:08 +0200 Subject: [PATCH] Specify patch version for `target-lexicon` (#72) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a2a3af..4197ebf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ targets = ["target-lexicon"] [dependencies] smallvec = "1.8" -target-lexicon = { version = "0.12.11", optional = true } +target-lexicon = { version = "0.12.15", optional = true } [dev-dependencies] similar-asserts = "1.1"