File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ if_chain = "1.0.2"
32
32
solana-lints = { path = " ../../crate" }
33
33
34
34
[dev-dependencies ]
35
- dylint_testing = " 2.0.7"
36
35
anchor-lang = " 0.24.2"
37
- spl-token = " 3.3.0"
38
36
anchor-spl = " 0.24.2"
37
+ dylint_testing = " 2.0.7"
38
+ spl-token = " 3.3.0"
39
39
40
40
[workspace ]
41
41
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ version = "0.1.0"
4
4
description = " Created with Anchor"
5
5
edition = " 2021"
6
6
7
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
-
9
7
[lib ]
10
8
crate-type = [" cdylib" , " lib" ]
11
9
name = " owner_checks_secure_fixed"
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ if_chain = "1.0.2"
36
36
solana-lints = { path = " ../../crate" }
37
37
38
38
[dev-dependencies ]
39
- dylint_testing = " 2.0.1"
40
39
anchor-lang = " 0.24.2"
40
+ dylint_testing = " 2.0.1"
41
41
42
42
[workspace ]
43
43
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
16
16
default = []
17
17
18
18
[dependencies ]
19
- anchor-lang = " 0.24.2"
19
+ anchor-lang = " 0.24.2"
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ version = "0.1.0"
4
4
description = " Structs with an account discriminant, but one without enough variants"
5
5
edition = " 2021"
6
6
7
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
-
9
7
[lib ]
10
8
crate-type = [" cdylib" , " lib" ]
11
9
name = " type_cosplay_insecure"
You can’t perform that action at this time.
0 commit comments