Skip to content

Commit 18e459b

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 f564997 commit 18e459b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.clippy.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
msrv="1.63.0"

Cargo.toml

+1-1
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 <[email protected]>"]
66
license = "MIT"
77
homepage = "https://github.com/bitcoindevkit/rust-esplora-client"

0 commit comments

Comments
 (0)