Skip to content

Commit 4073ee2

Browse files
committed
require 1.58 msrv
1 parent ead14a8 commit 4073ee2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
submodules: true
231231
- name: Install Rust
232-
run: rustup update 1.55.0 && rustup default 1.55.0
232+
run: rustup update 1.58.0 && rustup default 1.58.0
233233
- run: cargo build
234234

235235
miri:

tests/accuracy/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn verify(filelines: &[Pos]) {
103103
loop {
104104
let sym = match symbols.next() {
105105
Some(sym) => sym,
106-
None => panic!("{}", "failed to find {file}:{line}"),
106+
None => panic!("failed to find {file}:{line}"),
107107
};
108108
if let Some(filename) = sym.filename() {
109109
if let Some(lineno) = sym.lineno() {

0 commit comments

Comments
 (0)