Skip to content

Commit c4297d8

Browse files
committed
simics/Cargo: fix cargo outdaed (use pastey)
1 parent 4619eaf commit c4297d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ categories = [
2424
[dependencies]
2525
anyhow = "1.0.88"
2626
ordered-float = "4.2.2"
27-
paste = "1.0.15"
27+
pastey = "0.1.0"
2828
raw-cstr = "0.1.4"
2929
regex = "1.10.6"
3030
thiserror = "1.0.63"

simics/src/api/simulator/embed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212
},
1313
Result,
1414
};
15-
use paste::paste;
15+
use pastey::paste;
1616
use raw_cstr::raw_cstr;
1717
use std::{
1818
fmt::{self, Display, Formatter},

0 commit comments

Comments
 (0)