diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile index 23dfeac03..30d7b77a6 100644 --- a/docker/ci.Dockerfile +++ b/docker/ci.Dockerfile @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"] RUN pip install --upgrade pip \ && pip install --upgrade maturin wheel poetry -ENV RUST_VERSION=1.76 +ENV RUST_VERSION=1.83 # ENV RUST_DIST_VERSION=v0.13.3 ENV RUST_DIST_VERSION=v0.4.2 diff --git a/libs/gl-cli/Cargo.toml b/libs/gl-cli/Cargo.toml index 47f8446a6..cd24a4c8e 100644 --- a/libs/gl-cli/Cargo.toml +++ b/libs/gl-cli/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://blockstream.github.io/greenlight/" keywords = ["lightning", "greenlight", "cli", "bitcoin", "blockchain"] categories = ["command-line-utlis", "cryptography::cryptocurrencies"] license = "MIT" -reademe = "README.md" +readme = "README.md" [[bin]] name = "glcli"