Skip to content

Commit

Permalink
cli: Anchor registry publshing
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Aug 4, 2021
1 parent 4e7790e commit 7f81b2d
Show file tree
Hide file tree
Showing 11 changed files with 798 additions and 284 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ incremented for features.

* ts: Use `hex` by default for decoding Instruction ([#547](https://github.com/project-serum/anchor/pull/547)).
* lang: `CpiAccount::reload` mutates the existing struct instead of returning a new one ([#526](https://github.com/project-serum/anchor/pull/526)).
* cli: `[clusters.<network>]` Anchor.toml section has been renamed to `[programs.<network>]` ([#]()).

## [0.11.1] - 2021-07-09

Expand Down
61 changes: 58 additions & 3 deletions Cargo.lock

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

7 changes: 6 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"

[[bin]]
name = "anchor"
path = "src/main.rs"
path = "src/bin/main.rs"

[features]
dev = []
Expand All @@ -31,3 +31,8 @@ dirs = "3.0"
heck = "0.3.1"
flate2 = "1.0.19"
rand = "0.7.3"
tar = "0.4.35"
reqwest = { version = "0.11.4", features = ["multipart", "blocking"] }
tokio = "1.0"
pathdiff = "0.2.0"
cargo_toml = "0.9.2"
Loading

0 comments on commit 7f81b2d

Please sign in to comment.