Skip to content

Commit

Permalink
chore(meta): add MSRV policy, remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 18, 2023
1 parent 5faa6ff commit ae2c141
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 2,366 deletions.
1 change: 1 addition & 0 deletions clippy.toml → .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
msrv = "1.65"
doc-valid-idents = ["CPython", "PyPy", ".."]
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# See <https://editorconfig.org/>

root = true

[*]
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/target
target
Cargo.lock
.vscode
.idea
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- Support for [`alloy-rlp`](https://github.com/alloy-rs/rlp)
- MSRV (Minimum Supported Rust Version) is now set at 1.65.0, from previously undefined.

### Changed

Expand Down
Loading

0 comments on commit ae2c141

Please sign in to comment.