Skip to content

Commit 52fded4

Browse files
committed
style: (seriously) fix CI for Tia
1 parent cd18e64 commit 52fded4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/muropeptide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ divan = "0.1.14"
2020
insta = { version = "1.38.0", features = ["redactions", "ron"] }
2121
# miette = { version = "7.2.0", features = ["fancy"] }
2222
miette = { git = "https://github.com/TheLostLambda/miette", features = ["fancy"] }
23-
rust_decimal = "1.35.0"
23+
rust_decimal = "1.36.0"
2424
rust_decimal_macros = "1.34.2"
2525

2626
[[bench]]

crates/polychem/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knuffel = { git = "https://github.com/TheLostLambda/knuffel.git" }
1414
miette = { git = "https://github.com/TheLostLambda/miette" }
1515
nom = "7.1.3"
1616
nom-miette = { path = "../nom-miette" }
17-
rust_decimal = "1.35.0"
17+
rust_decimal = "1.36.0"
1818
serde = { version = "1.0.198", features = ["derive"] }
1919
static_assertions = "1.1.0"
2020
thiserror = "1.0.59"

0 commit comments

Comments
 (0)