Skip to content

Commit 21274da

Browse files
committed
chore: bump rustfix to 0.7.0
1 parent ed347ce commit 21274da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pulldown-cmark = { version = "0.9.3", default-features = false }
7575
rand = "0.8.5"
7676
regex = "1.9.3"
7777
rusqlite = { version = "0.29.0", features = ["bundled"] }
78-
rustfix = { version = "0.6.2", path = "crates/rustfix" }
78+
rustfix = { version = "0.7.0", path = "crates/rustfix" }
7979
same-file = "1.0.6"
8080
security-framework = "2.9.2"
8181
semver = { version = "1.0.20", features = ["serde"] }

crates/rustfix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfix"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = [
55
"Pascal Hertleif <[email protected]>",
66
"Oliver Schneider <[email protected]>",

0 commit comments

Comments
 (0)