bump ci rust version to 1.63

This commit is contained in:
collin 2022-09-16 18:19:20 +02:00
parent 834ea300aa
commit 4e05840bf5
10 changed files with 15 additions and 15 deletions

View File

@ -44,7 +44,7 @@ commands:
jobs: jobs:
check-style: check-style:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout - checkout
@ -59,7 +59,7 @@ jobs:
clippy: clippy:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout - checkout
@ -77,7 +77,7 @@ jobs:
leo-executable: leo-executable:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- checkout - checkout
@ -96,7 +96,7 @@ jobs:
leo-new: leo-new:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- attach_workspace: - attach_workspace:
@ -109,7 +109,7 @@ jobs:
leo-clean: leo-clean:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- attach_workspace: - attach_workspace:
@ -122,7 +122,7 @@ jobs:
test-examples: test-examples:
docker: docker:
- image: cimg/rust:1.65 - image: cimg/rust:1.63
resource_class: xlarge resource_class: xlarge
steps: steps:
- attach_workspace: - attach_workspace:

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "leo", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "leo", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[lib] [lib]
path = "leo/lib.rs" path = "leo/lib.rs"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.leo-errors] [dependencies.leo-errors]
path = "../../errors" path = "../../errors"

View File

@ -16,7 +16,7 @@ categories = ["cryptography::cryptocurrencies", "web-programming"]
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.leo-ast] [dependencies.leo-ast]
path = "../ast" path = "../ast"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.leo-ast] [dependencies.leo-ast]
path = "../ast" path = "../ast"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[lib] [lib]
path = "src/lib.rs" path = "src/lib.rs"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.indexmap] [dependencies.indexmap]
version = "1.9" version = "1.9"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.anyhow] [dependencies.anyhow]
version = "1.0" version = "1.0"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.leo-span] [dependencies.leo-span]
path = "../compiler/span" path = "../compiler/span"

View File

@ -16,7 +16,7 @@ categories = [ "cryptography::cryptocurrencies", "web-programming" ]
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
license = "GPL-3.0" license = "GPL-3.0"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.63"
[dependencies.leo-errors] [dependencies.leo-errors]
path = "../../errors" path = "../../errors"