Skip to content

Commit

Permalink
Update to v0.29.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Dec 11, 2023
1 parent 8796a05 commit 203e89b
Show file tree
Hide file tree
Showing 16 changed files with 1,167 additions and 777 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ brew install mdbook
Next, clone this repo and serve the book:

```sh
git clone https://github.com/project-serum/anchor-book.git
git clone https://github.com/coral-xyz/anchor-book.git
cd anchor-book
mdbook serve
```

The book will be available at `http://localhost:3000` in your browser.

### Run an older version
Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
title = "The Anchor Book v0.24.0"
title = "The Anchor Book v0.29.0"
authors = []
language = "en"
multilingual = false
Expand Down
3 changes: 0 additions & 3 deletions programs/tic-tac-toe/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[programs.localnet]
tic_tac_toe = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
Expand Down
Loading

0 comments on commit 203e89b

Please sign in to comment.