Skip to content

Commit

Permalink
Merge pull request capnproto#371 from danieleades/msrv
Browse files Browse the repository at this point in the history
move msrv from clippy config to Cargo.toml
  • Loading branch information
dwrensha authored Jan 19, 2023
2 parents c650d0e + f03b32a commit c1b4c3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .clippy.toml

This file was deleted.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace.package]
rust-version = "1.65.0"

[workspace]
members = [
# main crates, published on crates.io
Expand Down
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "runtime library for Cap'n Proto data encoding"
repository = "https://github.com/capnproto/capnproto-rust"
documentation = "https://docs.rs/capnp/"
edition = "2021"
rust-version = "1.65.0"
rust-version.workspace = true

readme = "README.md"

Expand Down

0 comments on commit c1b4c3a

Please sign in to comment.