Skip to content

Commit d7bb2bf

Browse files
committed
update rustc to stable version
unfortunately, experienced issues running common commands with `just` as it keeps complaining that the cargo version and the lock file version are incompatible. So I updated it to the latest stable version.
1 parent ef84b92 commit d7bb2bf

File tree

2 files changed

+47
-41
lines changed

2 files changed

+47
-41
lines changed

Cargo.lock

Lines changed: 46 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bdk-cli"
33
version = "1.0.0"
44
edition = "2021"
5-
rust-version = "1.75"
5+
rust-version = "1.87.0"
66
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
77
homepage = "https://bitcoindevkit.org"
88
repository = "https://github.com/bitcoindevkit/bdk-cli"

0 commit comments

Comments
 (0)