Skip to content

Commit c1b4c3a

Browse files
authored
Merge pull request capnproto#371 from danieleades/msrv
move msrv from clippy config to Cargo.toml
2 parents c650d0e + f03b32a commit c1b4c3a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.clippy.toml

-1
This file was deleted.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[workspace.package]
2+
rust-version = "1.65.0"
3+
14
[workspace]
25
members = [
36
# main crates, published on crates.io

capnp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "runtime library for Cap'n Proto data encoding"
88
repository = "https://github.com/capnproto/capnproto-rust"
99
documentation = "https://docs.rs/capnp/"
1010
edition = "2021"
11-
rust-version = "1.65.0"
11+
rust-version.workspace = true
1212

1313
readme = "README.md"
1414

0 commit comments

Comments
 (0)