File: msrv.patch

package info (click to toggle)
rust-compiler-builtins 0.1.158-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,796 kB
  • sloc: asm: 2,770; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: compiler-builtins/Cargo.toml
===================================================================
--- compiler-builtins.orig/Cargo.toml
+++ compiler-builtins/Cargo.toml
@@ -27,6 +27,7 @@ documentation = "https://docs.rs/compile
 readme = "README.md"
 license = "MIT AND Apache-2.0 WITH LLVM-exception AND (MIT OR Apache-2.0)"
 repository = "https://github.com/rust-lang/compiler-builtins"
+rust-version = "1.88"
 
 [features]
 c = ["dep:cc"]