-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update rust from v1.56 to v1.65 * remove unnecessary borrows to appease clippy * stop clippy complaining for now * use 1.64 instead because of CI stuff * update CHANGLEOG * just seeing if the cli version is affecting the available rust version * ok, back to 1.62 Co-authored-by: henrye <henry@notanemail>
- Loading branch information
Henry-E
and
henrye
authored
Nov 22, 2022
1 parent
afbbbb0
commit 5291a7b
Showing
64 changed files
with
404 additions
and
405 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "avm" | ||
version = "0.25.0" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[[bin]] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "anchor-cli" | ||
version = "0.25.0" | ||
authors = ["armaniferrante <[email protected]>"] | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
repository = "https://github.com/coral-xyz/anchor" | ||
description = "Anchor CLI" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "anchor-client" | ||
version = "0.25.0" | ||
authors = ["Serum Foundation <[email protected]>"] | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Rust client for Anchor programs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "example" | ||
version = "0.1.0" | ||
authors = ["Armani Ferrante <[email protected]>"] | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[workspace] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "anchor-lang" | |
version = "0.25.0" | ||
authors = ["Serum Foundation <[email protected]>"] | ||
repository = "https://github.com/coral-xyz/anchor" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "Solana Sealevel eDSL" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for instruction access control" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for defining an account" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for creating constant types" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for creating error types" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for defining an event" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Attribute for defining a program interface trait" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor attribute macro for defining a program" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Attribute for defining a program state struct" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor Derive macro for accounts" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[lib] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Serum Foundation <[email protected]>"] | |
repository = "https://github.com/coral-xyz/anchor" | ||
license = "Apache-2.0" | ||
description = "Anchor syntax parsing and code generation tools" | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "anchor-spl" | ||
version = "0.25.0" | ||
authors = ["Serum Foundation <[email protected]>"] | ||
rust-version = "1.56" | ||
rust-version = "1.62" | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
description = "CPI clients for SPL programs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
5291a7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
anchor-docs – ./
anchor-lang.com
www.anchor-lang.com
anchor-docs-200ms.vercel.app
anchor-docs-git-master-200ms.vercel.app