Skip to content

Commit e8a9510

Browse files
committed
chore(rustfix): Bump to 0.9.2
1 parent dca5d64 commit e8a9510

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ regex = "1.11.1"
8484
rusqlite = { version = "0.34.0", features = ["bundled"] }
8585
rustc-hash = "2.1.1"
8686
rustc-stable-hash = "0.1.2"
87-
rustfix = { version = "0.9.0", path = "crates/rustfix" }
87+
rustfix = { version = "0.9.2", path = "crates/rustfix" }
8888
same-file = "1.0.6"
8989
schemars = "0.9.0"
9090
security-framework = "3.2.0"

crates/rustfix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustfix"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
55
"Pascal Hertleif <killercup@gmail.com>",
66
"Oliver Schneider <oli-obk@users.noreply.github.com>",

0 commit comments

Comments
 (0)