Skip to content

Commit

Permalink
chore(rust+clippy): bump edition to 2021, and add .clippy.toml
Browse files Browse the repository at this point in the history
- bumps the `edition` on `Cargo.toml` to `2021.
- add `.clippy.toml` with `msrv=1.63.0` file.
  • Loading branch information
oleonardolima committed Aug 23, 2024
1 parent f451a18 commit bcb66e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv="1.63.0"
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "esplora-client"
version = "0.9.0"
edition = "2018"
edition = "2021"
authors = ["Alekos Filini <[email protected]>"]
license = "MIT"
homepage = "https://github.com/bitcoindevkit/rust-esplora-client"
Expand Down

0 comments on commit bcb66e6

Please sign in to comment.