Skip to content

Commit

Permalink
chore: add reproducible-build meta
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Apr 8, 2024
1 parent b03e75c commit d3259c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ debug = false
panic = "abort"
overflow-checks = true

[workspace.metadata.near.reproducible_build]
image = "docker.io/sourcescan/cargo-near:0.6.0-builder@sha256:d21001ebc889478deac105a07efbefcd667d6a2e927e8ea5f1526cd1877ae84a"

[workspace]
members = [
"basic-updates/base",
Expand All @@ -14,4 +17,4 @@ members = [
"enum-updates/update",
"self-updates/base",
"self-updates/update",
]
]
3 changes: 3 additions & 0 deletions basic-updates/update/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "1.0.0"
authors = ["Near Inc <hello@near.org>"]
edition = "2021"

[package.metadata.near.reproducible_build]
image.workspace = true

[lib]
crate-type = ["cdylib"]

Expand Down

0 comments on commit d3259c3

Please sign in to comment.