Skip to content

Commit

Permalink
updated novax-mocking version in the cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Oct 13, 2023
1 parent 1521a06 commit 71f99de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions cookbook/deps/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cookbook/deps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
novax = "0.0.1"
novax-caching = "0.0.1"
novax-mocking = "0.0.1"
novax-mocking = "0.0.2"
tokio = "1.32.0"
num-bigint = "0.4.4"
async-trait = "0.1.73"
Expand Down
2 changes: 1 addition & 1 deletion cookbook/src/mocking/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NovaX equips developers with the capability to mock their environments seamlessl
Before delving into the mocking process with NovaX, ensure you've added the necessary extension crate to your project. Update your `Cargo.toml` dependencies to include:

```toml
novax-mocking = "0.0.1"
novax-mocking = "0.0.2"
```

Now, let's proceed with how to execute mocked queries, calls, and deploys using NovaX.
Expand Down

0 comments on commit 71f99de

Please sign in to comment.