Skip to content

Commit 39a5248

Browse files
committed
resolver = "1" for now
1 parent c9a55a6 commit 39a5248

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
rust-version = "1.65.0"
33

44
[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+
511
members = [
612
# main crates, published on crates.io
713
"capnp",

0 commit comments

Comments
 (0)