Skip to content

Commit

Permalink
examples: Make resolver = "2" (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody authored Aug 23, 2024
1 parent 84fdf31 commit 5f318ee
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/tutorial/basic-0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*"
]
Expand Down
2 changes: 2 additions & 0 deletions examples/tutorial/basic-1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[workspace]
resolver = "2"

members = [
"programs/*"
]
Expand Down
1 change: 1 addition & 0 deletions examples/tutorial/basic-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*"
]
Expand Down
1 change: 1 addition & 0 deletions examples/tutorial/basic-3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*"
]
Expand Down
1 change: 1 addition & 0 deletions examples/tutorial/basic-4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*"
]
Expand Down
1 change: 1 addition & 0 deletions examples/tutorial/basic-5/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"programs/*"
]
Expand Down

0 comments on commit 5f318ee

Please sign in to comment.