Skip to content

Commit cea82f1

Browse files
committed
Update to io-lifetimes 0.7.0-alpha.1, to fix MSRV.
1 parent d9d35c0 commit cea82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cc = { version = "1.0.68", optional = true }
2020
[dependencies]
2121
bitflags = "1.2.1"
2222
itoa = { version = "1.0.1", default-features = false, optional = true }
23-
io-lifetimes = { version = "0.7.0-alpha.0", default-features = false, optional = true }
23+
io-lifetimes = { version = "0.7.0-alpha.1", default-features = false, optional = true }
2424

2525
# Special dependencies used in rustc-dep-of-std mode.
2626
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

0 commit comments

Comments
 (0)