Skip to content

Commit 89d8f50

Browse files
committed
Don't include patch versions in Cargo.toml files
1 parent 856d7d2 commit 89d8f50

File tree

38 files changed

+70
-70
lines changed

38 files changed

+70
-70
lines changed

crate/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ edition = "2021"
66
[dependencies]
77

88
[dev-dependencies]
9-
assert_cmd = "2.0.13"
10-
predicates = "3.1.0"
9+
assert_cmd = "2.0"
10+
predicates = "3.1"
1111
similar-asserts = "1.5"
12-
tempfile = "3.10.0"
13-
toml = "0.8.10"
12+
tempfile = "3.10"
13+
toml = "0.8"
1414

1515
[package.metadata.rust-analyzer]
1616
rustc_private = true

lints/arbitrary_cpi/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ path = "ui/secure/src/lib.rs"
2727

2828
[dependencies]
2929
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" }
30-
dylint_linting = "2.6.1"
31-
if_chain = "1.0.2"
30+
dylint_linting = "2.6"
31+
if_chain = "1.0"
3232
solana-lints = { path = "../../crate" }
3333

3434
[dev-dependencies]
35-
anchor-lang = "0.29.0"
36-
anchor-spl = "0.29.0"
37-
dylint_testing = "2.6.1"
35+
anchor-lang = "0.29"
36+
anchor-spl = "0.29"
37+
dylint_testing = "2.6"
3838

3939
[workspace]
4040

lints/arbitrary_cpi/ui/insecure-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
19+
anchor-lang = "0.29"
2020

2121
[workspace]

lints/arbitrary_cpi/ui/insecure/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
20-
anchor-spl = "0.29.0"
19+
anchor-lang = "0.29"
20+
anchor-spl = "0.29"
2121

2222
[workspace]

lints/arbitrary_cpi/ui/recommended/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
20-
anchor-spl = "0.29.0"
19+
anchor-lang = "0.29"
20+
anchor-spl = "0.29"
2121

2222
[workspace]

lints/arbitrary_cpi/ui/secure/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
20-
anchor-spl = "0.29.0"
19+
anchor-lang = "0.29"
20+
anchor-spl = "0.29"
2121

2222
[workspace]

lints/bump_seed_canonicalization/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ path = "ui/insecure-3/src/lib.rs"
3131

3232
[dependencies]
3333
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "ac4c2094a6030530661bee3876e0228ddfeb6b8b" }
34-
dylint_linting = "2.6.1"
35-
if_chain = "1.0.2"
34+
dylint_linting = "2.6"
35+
if_chain = "1.0"
3636
solana-lints = { path = "../../crate" }
3737

3838
[dev-dependencies]
39-
anchor-lang = "0.29.0"
40-
dylint_testing = "2.6.1"
39+
anchor-lang = "0.29"
40+
dylint_testing = "2.6"
4141

4242
[workspace]
4343

lints/bump_seed_canonicalization/ui/insecure-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
19+
anchor-lang = "0.29"
2020

2121
[workspace]

lints/bump_seed_canonicalization/ui/insecure-3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
19+
anchor-lang = "0.29"
2020

2121
[workspace]

lints/bump_seed_canonicalization/ui/insecure/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cpi = ["no-entrypoint"]
1616
default = []
1717

1818
[dependencies]
19-
anchor-lang = "0.29.0"
19+
anchor-lang = "0.29"
2020

2121
[workspace]

0 commit comments

Comments
 (0)