File tree Expand file tree Collapse file tree 8 files changed +42
-2
lines changed
near-plugins-derive/tests/contracts
upgradable_state_migration Expand file tree Collapse file tree 8 files changed +42
-2
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ proc-macro2 = "1.0"
35
35
quote = " 1.0.9"
36
36
syn = { version = " 1.0.69" , features = [" full" ] }
37
37
proc-macro-crate = " 0.1.5"
38
+
39
+ # Required to build tests with near-sdk v4.1.1, see #128.
40
+ # TODO(#125): Remove after upgrading to near-sdk v5.
41
+ [patch .crates-io ]
42
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change @@ -19,3 +19,8 @@ panic = "abort"
19
19
overflow-checks = true
20
20
21
21
[workspace ]
22
+
23
+ # Required to build tests with near-sdk v4.1.1, see #128.
24
+ # TODO(#125): Remove after upgrading to near-sdk v5.
25
+ [patch .crates-io ]
26
+ parity-secp256k1 = {git = " https://github.com/paritytech/rust-secp256k1" , tag = " parity-secp256k1-v0.7.0" }
Original file line number Diff line number Diff line change 11
11
# version of `clap` is released, say 4.4.8, then below must be changed to `-p clap@4.4.8`. Even
12
12
# though this requires maintenance, it seems to be cleanest approach that works with CI (see #119
13
13
# for some other attempts and how they failed in CI).
14
+ cargo update -p ahash@0.8.7 --precise 0.8.4
14
15
cargo update -p anstyle@1.0.4 --precise 1.0.2
15
- cargo update -p anstyle-parse@0.2.2 --precise 0.2.1
16
- cargo update -p clap@4.4.8 --precise 4.3.24
16
+ cargo update -p anstyle-parse@0.2.3 --precise 0.2.1
17
+ cargo update -p anstyle-query@1.0.2 --precise 1.0.0
18
+ cargo update -p cargo-platform@0.1.6 --precise 0.1.5
19
+ cargo update -p clap@4.4.18 --precise 4.3.24
17
20
cargo update -p clap_lex@0.5.1 --precise 0.5.0
21
+ cargo update -p colored@2.1.0 --precise 2.0.4
22
+ cargo update -p home@0.5.9 --precise 0.5.5
You can’t perform that action at this time.
0 commit comments