Skip to content

infra: commit cargo lockfile#56

Open
h1065153539-create wants to merge 1 commit into
StellarTips:mainfrom
h1065153539-create:infra/commit-cargo-lock-35
Open

infra: commit cargo lockfile#56
h1065153539-create wants to merge 1 commit into
StellarTips:mainfrom
h1065153539-create:infra/commit-cargo-lock-35

Conversation

@h1065153539-create

Copy link
Copy Markdown

Summary

  • Remove Cargo.lock from .gitignore
  • Commit the generated Cargo.lock so contract builds resolve deterministic dependency versions

Closes #35

Validation

  • cargo generate-lockfile
  • cargo metadata --locked --no-deps --format-version 1
  • cargo fmt --all -- --check (passes with existing rustfmt warnings about unstable config keys under the stable toolchain)
  • cargo check --locked
  • cargo build --release --locked
  • cargo build --release --target wasm32-unknown-unknown --locked

Notes

The lockfile was generated from the current Cargo.toml on upstream main and includes the resolved stellar-tip, soroban-sdk, and proptest dependency graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

infra: Commit Cargo.lock for deterministic builds

1 participant