Skip to content

Commit

Permalink
feat: set toolchain version to 0.30.0 in Anchor.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jul 1, 2024
1 parent 9a8a979 commit 28fc42e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ exports[`anchor-application generator should generate app with "basic" template
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -631,6 +632,7 @@ exports[`anchor-application generator should generate app with "counter" templat
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`anchor-template generator should be able to generate two templates side
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -1057,6 +1058,7 @@ exports[`anchor-template generator should generate files for base template 1`] =
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -1140,6 +1142,7 @@ exports[`anchor-template generator should generate files for basic template 1`]
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -1394,6 +1397,7 @@ exports[`anchor-template generator should generate files for counter template 1`
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[toolchain]
anchor_version = "0.30.0"

[features]
seeds = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[toolchain]
anchor_version = "0.30.0"

[features]
seeds = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[toolchain]
anchor_version = "0.30.0"

[features]
seeds = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ exports[`application generator default apps should generate default app with "no
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -2688,6 +2689,7 @@ exports[`application generator default apps should generate default app with "ta
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,7 @@ exports[`react-application generator default apps should generate default app wi
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -2623,6 +2624,7 @@ exports[`react-application generator default apps should generate default app wi
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ exports[`react-feature generator should generate files for anchor-basic feature
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down Expand Up @@ -3678,6 +3679,7 @@ exports[`react-feature generator should generate files for anchor-counter featur
"Anchor.toml": {
"content": [
"[toolchain]",
"anchor_version = "0.30.0"",
"[features]",
"seeds = false",
"skip-lint = false",
Expand Down

0 comments on commit 28fc42e

Please sign in to comment.