Skip to content

Commit

Permalink
chore: update near-cli-rs versions mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 23, 2024
1 parent 28ff3fe commit 3585a59
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/2.build/2.smart-contracts/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ At the time of this writing, this example works with the following versions:

- node: `20.18.0`
- rustc: `1.81.0`
- near-cli-rs: `0.15.1`
- near-cli-rs: `0.17.0`
- cargo-near: `0.10.1`

:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/0-predeployed.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ Now that you're familiar with the process, you can jump to [Contract Architectur

At the time of this writing, this example works with the following versions:

- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/2-define-a-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,5 @@ At the time of this writing, this example works with the following versions:
- rustc: `1.77.1`
- near-sdk-rs: `5.1.0` (with enabled `legacy` feature)
- cargo-near: `0.6.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/3-circulating-supply.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@ At the time of this writing, this example works with the following versions:
- rustc: `1.77.1`
- near-sdk-rs: `5.1.0` (with enabled `legacy` feature)
- cargo-near: `0.6.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/4.storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,5 @@ At the time of this writing, this example works with the following versions:
- rustc: `1.77.1`
- near-sdk-rs: `5.1.0` (with enabled `legacy` feature)
- cargo-near: `0.6.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/fts/5.transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,5 +381,5 @@ At the time of this writing, this example works with the following versions:
- rustc: `1.77.1`
- near-sdk-rs: `5.1.0` (with enabled `legacy` feature)
- cargo-near: `0.6.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/0-predeployed.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Now that you're familiar with the process, you can jump to [Contract Architectur

At the time of this writing, this example works with the following versions:

- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`

:::
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/2-minting.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ In the [next tutorial](2-upgrade.md), you'll find out how to deploy a patch fix
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Metadata standard: [NEP177](https://nomicon.io/Standards/Tokens/NonFungibleToken/Metadata), version `2.1.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/2-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ In the [next tutorial](3-enumeration.md), you'll implement the remaining functio
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`

Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/3-enumeration.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ In the [next tutorial](4-core.md), you'll implement the core functions needed to
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Enumeration standard: [NEP181](https://nomicon.io/Standards/Tokens/NonFungibleToken/Enumeration), version `1.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/4-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ In the [next tutorial](5-approval.md), you'll learn about the approval managemen
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Enumeration standard: [NEP181](https://nomicon.io/Standards/Tokens/NonFungibleToken/Enumeration), version `1.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/5-approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ In the [next tutorial](6-royalty.md), you'll learn about the royalty standards a
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Enumeration standard: [NEP181](https://nomicon.io/Standards/Tokens/NonFungibleToken/Enumeration), version `1.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/6-royalty.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ If you want to see the finished code from this tutorial, you can go to the `nft-
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Enumeration standard: [NEP181](https://nomicon.io/Standards/Tokens/NonFungibleToken/Enumeration), version `1.0.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/7-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ In the [next tutorial](8-marketplace.md), you'll look at the basics of a marketp
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`
- Events standard: [NEP297 extension](https://nomicon.io/Standards/Tokens/NonFungibleToken/Event), version `1.1.0`
Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/8-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ You should now have a solid understanding of NFTs and marketplaces on NEAR. Feel
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`

Expand Down
2 changes: 1 addition & 1 deletion docs/3.tutorials/nfts/9-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ Thank you so much for going through this journey with us! I wish you all the bes
At the time of this writing, this example works with the following versions:

- rustc: `1.77.1`
- near-cli-rs: `0.11.0`
- near-cli-rs: `0.17.0`
- cargo-near `0.6.1`
- NFT standard: [NEP171](https://nomicon.io/Standards/Tokens/NonFungibleToken/Core), version `1.0.0`

Expand Down

0 comments on commit 3585a59

Please sign in to comment.