Skip to content

Commit 227d4b9

Browse files
committed
pin sysinfo to 0.35.2 for rustc 1.93 CI compatibility
1 parent 6ba193b commit 227d4b9

2 files changed

Lines changed: 69 additions & 80 deletions

File tree

anycode-backend/Cargo.lock

Lines changed: 68 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

anycode-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rmcp = { version = "0.1.5", features = [
3939
"transport-child-process",
4040
"tower"
4141
] }
42-
sysinfo = { version = "0.39" }
42+
sysinfo = { version = "=0.35.2" }
4343
pathdiff = "0.2.3"
4444
rust-embed = { version = "8", features = ["include-exclude"] }
4545
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)