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 c9a55a6 commit 39a5248Copy full SHA for 39a5248
Cargo.toml
@@ -2,6 +2,12 @@
2
rust-version = "1.65.0"
3
4
[workspace]
5
+
6
+# TODO(0.18): switch to `resolver = "2"`, and update capnpc/Cargo.toml to
7
+# include the `std` feature of the capnp crate.
8
+# This possible now that https://github.com/rust-lang/cargo/pull/7820 has landed.
9
+resolver = "1"
10
11
members = [
12
# main crates, published on crates.io
13
"capnp",
0 commit comments