We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d35c0 commit cea82f1Copy full SHA for cea82f1
Cargo.toml
@@ -20,7 +20,7 @@ cc = { version = "1.0.68", optional = true }
20
[dependencies]
21
bitflags = "1.2.1"
22
itoa = { version = "1.0.1", default-features = false, optional = true }
23
-io-lifetimes = { version = "0.7.0-alpha.0", default-features = false, optional = true }
+io-lifetimes = { version = "0.7.0-alpha.1", default-features = false, optional = true }
24
25
# Special dependencies used in rustc-dep-of-std mode.
26
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
0 commit comments