Skip to content

Commit 3eab341

Browse files
acheroncryptockamm
authored andcommitted
cli: Fix workspace inheritence (solana-foundation#2570)
1 parent e1afcbf commit 3eab341

2 files changed

Lines changed: 70 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 68 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ anchor-syn = { path = "../lang/syn", features = ["event-cpi", "idl", "init-if-ne
2323
anyhow = "1.0.32"
2424
base64 = "0.13.1"
2525
bincode = "1.3.3"
26-
cargo_toml = "0.13.0"
26+
cargo_toml = "0.15.3"
2727
chrono = "0.4.19"
2828
clap = { version = "4.2.4", features = ["derive"] }
2929
dirs = "4.0"
@@ -46,5 +46,5 @@ solang-parser = "=0.2.3"
4646
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
4747
tar = "0.4.35"
4848
tokio = "~1.14.1"
49-
toml = "0.5.8"
49+
toml = "0.7.6"
5050
walkdir = "2.3.2"

0 commit comments

Comments
 (0)