We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9ee1b commit 4ddb948Copy full SHA for 4ddb948
Cargo.toml
@@ -1,6 +1,8 @@
1
[package]
2
name = "cocoindex"
3
-version = "0.1.0"
+# Version used for local development is always higher than others to take precedence.
4
+# Will be overridden for specific release versions.
5
+version = "999.0.0"
6
edition = "2021"
7
8
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments