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 91fa294 commit 6ec19d6
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 2,587 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
Loading

0 comments on commit 6ec19d6

Please sign in to comment.