Skip to content

Commit

Permalink
cli: Fix workspace inheritence (coral-xyz#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Jul 14, 2023
1 parent cfc6d29 commit 4e5280b
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 22 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The minor version will be incremented upon a breaking change and the patch versi

- ts: Packages no longer depend on `assert` ([#2535](https://github.com/coral-xyz/anchor/pull/2535)).
- lang: Support for `const` in the `InitSpace` macro ([#2555](https://github.com/coral-xyz/anchor/pull/2555)).
- cli: Support workspace inheritence ([#2570](https://github.com/coral-xyz/anchor/pull/2570)).

### Breaking

Expand Down
88 changes: 68 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anchor-syn = { path = "../lang/syn", features = ["event-cpi", "idl-parse", "init
anyhow = "1.0.32"
base64 = "0.13.1"
bincode = "1.3.3"
cargo_toml = "0.13.0"
cargo_toml = "0.15.3"
chrono = "0.4.19"
clap = { version = "4.2.4", features = ["derive"] }
dirs = "4.0"
Expand All @@ -46,5 +46,5 @@ solang-parser = "=0.3.1"
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
tar = "0.4.35"
tokio = "~1.14.1"
toml = "0.5.8"
toml = "0.7.6"
walkdir = "2.3.2"

0 comments on commit 4e5280b

Please sign in to comment.