Skip to content

Commit 83db02f

Browse files
authored
fix(docs): fix the wrong version number in the document. (#3175)
1 parent 36ceec8 commit 83db02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/develop/configuration-files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Cargo version numbers use [Semantic Versioning]. Running `cargo update` in the `
208208
If you want to use a specific crate version you can use exact versions instead by prepending `=` to the version number of the dependency:
209209

210210
```
211-
tauri-build = { version = "=2.0.0.0" }
211+
tauri-build = { version = "=2.0.0" }
212212
```
213213

214214
An additional thing to take note of is the `features=[]` portion of the `tauri` dependency. Running `tauri dev` and `tauri build` will automatically manage which features need to be enabled in your project based on the your Tauri configuration. For more information about `tauri` feature flags see the [documentation][tauri Cargo features].

0 commit comments

Comments
 (0)