We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c650d0e + f03b32a commit c1b4c3aCopy full SHA for c1b4c3a
.clippy.toml
Cargo.toml
@@ -1,3 +1,6 @@
1
+[workspace.package]
2
+rust-version = "1.65.0"
3
+
4
[workspace]
5
members = [
6
# main crates, published on crates.io
capnp/Cargo.toml
@@ -8,7 +8,7 @@ description = "runtime library for Cap'n Proto data encoding"
8
repository = "https://github.com/capnproto/capnproto-rust"
9
documentation = "https://docs.rs/capnp/"
10
edition = "2021"
11
-rust-version = "1.65.0"
+rust-version.workspace = true
12
13
readme = "README.md"
14
0 commit comments