Skip to content

Commit

Permalink
chore: Remove unused crates (coral-xyz#2577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Jul 22, 2023
1 parent 2bb3237 commit c548c85
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions avm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ once_cell = { version = "1.8.0" }
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "json", "rustls-tls"] }
semver = "1.0.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
tempfile = "3.3.0"
thiserror = "1.0.30"
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ solana-sdk = ">=1.14, <1.17"
solang-parser = "=0.3.1"
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
tar = "0.4.35"
tokio = "~1.14.1"
toml = "0.7.6"
walkdir = "2.3.2"
2 changes: 0 additions & 2 deletions lang/attribute/access-control/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
regex = "1"
syn = { version = "1", features = ["full"] }
2 changes: 0 additions & 2 deletions lang/attribute/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0", features = ["hash"] }
anyhow = "1"
bs58 = "0.5"
proc-macro2 = "1"
quote = "1"
rustversion = "1"
syn = { version = "1", features = ["full"] }
1 change: 0 additions & 1 deletion lang/attribute/constant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
1 change: 0 additions & 1 deletion lang/attribute/error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
1 change: 0 additions & 1 deletion lang/attribute/event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ event-cpi = ["anchor-syn/event-cpi"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0", features = ["hash"] }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
2 changes: 0 additions & 2 deletions lang/attribute/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
2 changes: 0 additions & 2 deletions lang/derive/accounts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ idl-build = ["anchor-syn/idl-build"]
anchor-debug = ["anchor-syn/anchor-debug"]

[dependencies]
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
anchor-syn = { path = "../../syn", version = "0.28.0" }

0 comments on commit c548c85

Please sign in to comment.