Skip to content

Commit 4ddb948

Browse files
authored
Make local build/install take precendence over released package. (#50)
1 parent de9ee1b commit 4ddb948

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "cocoindex"
3-
version = "0.1.0"
3+
# 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"
46
edition = "2021"
57

68
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)