Skip to content

Commit

Permalink
updated ruff to v0.0.108 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seamooo authored Nov 11, 2022
1 parent e4417a9 commit b85e6c1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ruffd-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
lsp-types = "0.93"
ruff = { git = "https://github.com/charliermarsh/ruff", rev = "f50ff6105637de28f0f51b04c65543c59c90bfaf", version = "0.0.95" }
ruff = { git = "https://github.com/charliermarsh/ruff", tag = "v0.0.108", version = "0.0.108" }
tokio = { version = "1.20", features = ["full"] }
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit b85e6c1

Please sign in to comment.