File: downgrade-rustc-version.patch

package info (click to toggle)
rust-handlebars 5.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 812 kB
  • sloc: sh: 3; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Debian have rustc 1.70 right now.

diff --git a/Cargo.toml b/Cargo.toml
index b3798e7..8f22e2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@
 
 [package]
 edition = "2021"
-rust-version = "1.72"
+rust-version = "1.70"
 name = "handlebars"
 version = "5.1.2"
 authors = ["Ning Sun <sunng@pm.me>"]