From 246f239d9f40f633160f0c18f87a20922d4e77bb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:06:37 +0200 Subject: Merging debian version 1.65.0+dfsg1-2. Signed-off-by: Daniel Baumann --- vendor/semver/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/semver/build.rs') diff --git a/vendor/semver/build.rs b/vendor/semver/build.rs index b45af7e23..2bf4418c1 100644 --- a/vendor/semver/build.rs +++ b/vendor/semver/build.rs @@ -35,7 +35,7 @@ fn main() { if compiler < 45 { // String::strip_prefix. - // https://doc.rust-lang.org/std/primitive.str.html#method.repeat + // https://doc.rust-lang.org/std/primitive.str.html#method.strip_prefix println!("cargo:rustc-cfg=no_str_strip_prefix"); } -- cgit v1.2.3