You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/develop/configuration-files.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ Cargo version numbers use [Semantic Versioning]. Running `cargo update` in the `
208
208
If you want to use a specific crate version you can use exact versions instead by prepending `=` to the version number of the dependency:
209
209
210
210
```
211
-
tauri-build = { version = "=2.0.0.0" }
211
+
tauri-build = { version = "=2.0.0" }
212
212
```
213
213
214
214
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