Skip to content

Commit 1a4d5cf

Browse files
committed
chore(rust+clippy): bump edition to 2021, and add .clippy.toml
- bumps the `edition` on `Cargo.toml` to `2021. - add `.clippy.toml` with `msrv=1.63.0` file.
1 parent b7636e8 commit 1a4d5cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clippy.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv="1.63.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "esplora-client"
33
version = "0.9.0"
4-
edition = "2018"
4+
edition = "2021"
55
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
66
license = "MIT"
77
homepage = "https://github.com/bitcoindevkit/rust-esplora-client"

0 commit comments

Comments
 (0)