Skip to content

Commit

Permalink
Try different feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed May 30, 2024
1 parent c197693 commit 4879239
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 39 deletions.
5 changes: 5 additions & 0 deletions contract/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
borsh = "1.5.0"
near-sdk = { version = "=5.1.0", features = ["legacy"] }
near-sdk = { version = "=5.1.0", features = ["legacy", "unit-testing"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
schemars = "0.8"
Expand Down
5 changes: 5 additions & 0 deletions integration-tests/chain-signatures/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4879239

Please sign in to comment.