Skip to content

Commit

Permalink
fix: update to Rust 2021 edition (filecoin-project#34)
Browse files Browse the repository at this point in the history
As the resolver v2 is used on the workspace, it makes sense to upgrade
all crates to Rust edition 2021.

BREAKING CHANGE: Switch to Rust edition 2021
  • Loading branch information
vmx authored Sep 21, 2022
1 parent d4b5d74 commit 3e5015d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ec-gpu-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ec-gpu-gen"
version = "0.4.0"
authors = ["dignifiedquire <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Code generator for field and eliptic curve operations on the GPUs"
homepage = "https://github.com/filecoin-project/ff-cl-gen"
repository = "https://github.com/filecoin-project/ff-cl-gen"
Expand Down
2 changes: 1 addition & 1 deletion ec-gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ec-gpu"
version = "0.2.0"
authors = ["dignifiedquire <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Traits for field and eliptic curve operations on GPUs"
homepage = "https://github.com/filecoin-project/ff-cl-gen"
repository = "https://github.com/filecoin-project/ff-cl-gen"
Expand Down

0 comments on commit 3e5015d

Please sign in to comment.