Skip to content

Commit

Permalink
build(project): ensure minimal version of rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel authored and ErikssonJoakim committed Jul 31, 2023
1 parent 35e15f3 commit 60eb0fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/okp4-cognitarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = ["OKP4"]
edition = "2021"
name = "okp4-cognitarium"
version = "2.1.0"
rust-version = "1.71"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
1 change: 1 addition & 0 deletions contracts/okp4-law-stone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = ["OKP4"]
edition = "2021"
name = "okp4-law-stone"
version = "2.1.0"
rust-version = "1.71"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down
1 change: 1 addition & 0 deletions contracts/okp4-objectarium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ authors = ["OKP4"]
edition = "2021"
name = "okp4-objectarium"
version = "2.1.0"
rust-version = "1.71"

exclude = [
# Those files are rust-optimizer artifacts. You might want to commit them for convenience but they should not be part of the source code publication.
Expand Down

0 comments on commit 60eb0fd

Please sign in to comment.