Skip to content

Commit 2f08587

Browse files
committed
Set rust-version in Cargo.toml
1 parent 6697587 commit 2f08587

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Cargo.lock

Lines changed: 12 additions & 5 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ members = [
66

77
[package]
88
name = "ruff"
9-
version = "0.0.135"
9+
version = "0.0.134"
1010
edition = "2021"
11+
rust-version = "1.65.0"
1112

1213
[lib]
1314
name = "ruff"
@@ -26,7 +27,7 @@ common-path = { version = "1.0.0" }
2627
dirs = { version = "4.0.0" }
2728
fern = { version = "0.6.1" }
2829
filetime = { version = "0.2.17" }
29-
glob = { version = "0.3.0" }
30+
globset = {version = "0.4.9" }
3031
itertools = { version = "0.10.5" }
3132
libcst = { git = "https://github.com/charliermarsh/LibCST", rev = "a13ec97dd4eb925bde4d426c6e422582793b260c" }
3233
log = { version = "0.4.17" }

0 commit comments

Comments
 (0)