Skip to content

Commit 1b11096

Browse files
chore(deps): update rust crate anyhow to v1.0.96
1 parent 2643cd4 commit 1b11096

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ resolver = "2"
1212
license = "MIT"
1313
readme = "README.md"
1414
repository = "https://github.com/wasm-fmt/ruff_fmt"
15-
version = "0.9.4"
15+
version = "0.8.3"
1616

1717

1818
[workspace.dependencies]
1919
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
20-
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.9.4" }
21-
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.9.4" }
20+
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.3" }
21+
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.3" }
2222

2323

2424
anyhow = "1.0"

0 commit comments

Comments
 (0)