From c730016e704da75f4310994972a8162e559b0ef2 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Thu, 14 Nov 2024 05:20:01 +0900 Subject: [PATCH 1/3] Update minimum rust version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaf39e7652..49e3451483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ autotests = false homepage = "https://github.com/ordinals/ord" repository = "https://github.com/ordinals/ord" autobins = false -rust-version = "1.76.0" +rust-version = "1.80.0" [package.metadata.deb] copyright = "The Ord Maintainers" From 9e9851c6229991382e3f6230c00743c8e8c19880 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Thu, 14 Nov 2024 07:59:55 +0900 Subject: [PATCH 2/3] Amend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38629b29eb..4b3f45884d 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ cargo build --release Once built, the `ord` binary can be found at `./target/release/ord`. -`ord` requires `rustc` version 1.76.0 or later. Run `rustc --version` to ensure +`ord` requires `rustc` version 1.80.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. ### Docker From cec2298837619173c2e8133b7b01a303c2d41502 Mon Sep 17 00:00:00 2001 From: raphjaph Date: Thu, 14 Nov 2024 18:32:12 -0800 Subject: [PATCH 3/3] 1.79.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49e3451483..ad11150c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ autotests = false homepage = "https://github.com/ordinals/ord" repository = "https://github.com/ordinals/ord" autobins = false -rust-version = "1.80.0" +rust-version = "1.79.0" [package.metadata.deb] copyright = "The Ord Maintainers" diff --git a/README.md b/README.md index 4b3f45884d..e03e5b2107 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ cargo build --release Once built, the `ord` binary can be found at `./target/release/ord`. -`ord` requires `rustc` version 1.80.0 or later. Run `rustc --version` to ensure +`ord` requires `rustc` version 1.79.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. ### Docker