Skip to content

Commit

Permalink
Merge pull request #9 from solana-developers/anchor-cargo-lock
Browse files Browse the repository at this point in the history
fix: added cargo.lock file for anchor preset
  • Loading branch information
beeman authored Nov 9, 2023
2 parents a71be9e + 12645b7 commit dd51186
Show file tree
Hide file tree
Showing 6 changed files with 3,561 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ exports[`application generator should generate app with "counter" template 1`] =
"isBinary": false,
"path": "anchor-app/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "anchor-app/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down Expand Up @@ -712,6 +717,11 @@ exports[`application generator should generate app with "hello-world" template 1
"isBinary": false,
"path": "anchor-app/Anchor.toml",
},
"Cargo.lock": {
"content": null,
"isBinary": true,
"path": "anchor-app/Cargo.lock",
},
"Cargo.toml": {
"content": [
"[workspace]",
Expand Down
Loading

0 comments on commit dd51186

Please sign in to comment.