Skip to content

Commit

Permalink
add version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed May 27, 2024
1 parent d2b0226 commit b95a18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tauri-build = "1.5.0"
Ensure you have [Tauri](https://beta.tauri.app/guides/create/) set up correctly. Then install the Rust instrumentation from crates.io:

```sh
cargo add tauri-plugin-devtools --git https://github.com/crabnebula-dev/devtools
cargo add tauri-plugin-devtools@2.0.0-beta
```

You also have to use Tauri **2.0.0-beta.1** (or later) so your `Cargo.toml` file should look as follows:
Expand Down
2 changes: 1 addition & 1 deletion crates/devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Inspect, monitor, and understand your [Tauri](https://tauri.app) application wit
Ensure you have [Tauri](https://tauri.app/v1/guides/getting-started/setup/) set up correctly. Then install the Rust instrumentation from crates.io:

```sh
cargo add tauri-plugin-devtools
cargo add tauri-plugin-devtools@2.0.0-beta
```

Then add the following snippet to your tauri initialization code:
Expand Down

0 comments on commit b95a18c

Please sign in to comment.