Set Cargo.toml versions to 0.0.0 to avoid version confusion

This commit is contained in:
Keavon Chambers
2021-12-20 14:59:26 -08:00
parent 53a1f19af0
commit 79b247c0aa
6 changed files with 15 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
[package]
name = "graphite-editor"
version = "0.1.0"
publish = false
version = "0.0.0"
rust-version = "1.56.0"
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2021"